abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 51a67b1..d2358f2 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -1085,7 +1085,7 @@ void cgit_print_pageheader(void)
char *currenturl = cgit_currenturl();
site_link(NULL, "index", NULL, hc("repolist"), NULL, NULL, 0, 1);
if (ctx.cfg.root_readme)
- site_link("aboot", "aboot", NULL, hc("aboot"),
+ site_link("about", "about", NULL, hc("about"),
NULL, NULL, 0, 1);
html("</td><td class='form'>");
html("<form method='get' action='");