stagit

Rename Refs/branches to Refs

sin contact@arjunchoudhary.com

commit: 3fb8418 parent: 74a1bb8
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
M · stagit.c +1, -1
1@@ -266,7 +266,7 @@ writeheader(FILE *fp)
2 	fputs("<tr><td></td><td>\n", fp);
3 	fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
4 	fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath);
5-	fprintf(fp, "<a href=\"%srefs.html\">Refs/branches</a>", relpath);
6+	fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);
7 	if (hasreadme)
8 		fprintf(fp, " | <a href=\"%sfile/README.html\">README</a>", relpath);
9 	if (haslicense)