abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-11-30 23:30:24 +0100
committerpatrick-scho2025-11-30 23:30:24 +0100
commit207e44cf8eb9e2f820fa88c3c40548de482b952c (patch)
tree7dad3d247b67ee7cfd7f4c48bb91f8fa9f3862ae
parenta8b43aaa80ef3d27e20934af85a88acdffc0163c (diff)
downloadps-cgit-207e44cf8eb9e2f820fa88c3c40548de482b952c.tar.gz
ps-cgit-207e44cf8eb9e2f820fa88c3c40548de482b952c.zip
test change
-rw-r--r--ui-shared.c2
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='");