aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoxie <moxie@3kgcat.fi>2026-03-15 10:26:03 +0200
committermoxie <moxie@3kgcat.fi>2026-03-15 10:26:03 +0200
commit6e2a3e13b565596263fb3f33803acfbd55b1ccd6 (patch)
treed4d87be731680d983479c84b77c8f61d1417473a /README.md
parent0dbe90b719fa7475b33433c4b6f2313d86eef087 (diff)
fix: properly handle file:// URLs in open_with_menu
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dca5385..37bdd81 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A lightweight wiki plugin for Neovim using standard markdown syntax.
- Link navigation and xdg-open for web/file links
- Extensible via autocmds (mkdir, templates, custom handlers)
-See `:help muwiki-autocmd-recipes` for implementation examples.
+See `:help muwiki-autocmd` for implementation examples.
See `:help muwiki` for complete documentation and configuration options.