about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5152949..779ca71 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Create an array in `extra` with a key of `main_menu`. `url` is passed to [`get_u
 ```toml
 [[extra.main_menu]]
 name = "Home"
-url = "/"
+url = "@/_index.md"
 
 [[extra.main_menu]]
 name = "Bear"