diff options
| -rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index d2358f2..51a67b1 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("about", "about", NULL, hc("about"), + site_link("aboot", "aboot", NULL, hc("aboot"), NULL, NULL, 0, 1); html("</td><td class='form'>"); html("<form method='get' action='"); |
