Rename Refs/branches to Refs
This commit is contained in:
parent
2296f5167c
commit
50dccf0e3b
1 changed files with 1 additions and 1 deletions
2
stagit.c
2
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)
|
||||
|
|
Loading…
Reference in a new issue