summaryrefslogtreecommitdiff
path: root/stagit.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2016-01-13 18:56:27 +0000
committersin <sin@2f30.org>2016-01-13 18:57:18 +0000
commit50dccf0e3ba06bcd732ac5c38c8b326cebc6c097 (patch)
tree0f59fb147ceb8bce0ee7750d148f9e55d5b1b831 /stagit.c
parent2296f5167cbeb2c57089cde3e4928d55131f5bc9 (diff)
Rename Refs/branches to Refs
Diffstat (limited to 'stagit.c')
-rw-r--r--stagit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
index 3f1594d..36041cc 100644
--- a/stagit.c
+++ b/stagit.c
@@ -266,7 +266,7 @@ writeheader(FILE *fp)
fputs("<tr><td></td><td>\n", fp);
fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath);
- fprintf(fp, "<a href=\"%srefs.html\">Refs/branches</a>", relpath);
+ fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);
if (hasreadme)
fprintf(fp, " | <a href=\"%sfile/README.html\">README</a>", relpath);
if (haslicense)