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("
| \n", fp);
fprintf(fp, "Log | ", relpath);
fprintf(fp, "Files | ", relpath);
- fprintf(fp, "Refs/branches", relpath);
+ fprintf(fp, "Refs", relpath);
if (hasreadme)
fprintf(fp, " | README", relpath);
if (haslicense)
|