aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-03 22:42:00 +0100
committerHiltjo Posthuma <[email protected]>2016-01-03 22:42:00 +0100
commit00fb6ea2b00a036a91e24cb979c73f40e47283d2 (patch)
tree2ca4ab5bea5851ff7b4df08f1f2d12a0d8bd0588 /stagit-index.c
parentf96ac27087ae28112f78ef51ef3907104a8d72bf (diff)
downloadstagit-00fb6ea2b00a036a91e24cb979c73f40e47283d2.tar.gz
stagit-00fb6ea2b00a036a91e24cb979c73f40e47283d2.zip
fix link in stagit-index, update documentation, add TODO
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index 356f08c..9e2b2c0 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -145,7 +145,7 @@ writelog(FILE *fp)
fputs("<tr><td><a href=\"", fp);
xmlencode(fp, name, strlen(name));
- fputs("/log.html\">", fp);
+ fputs("/log/HEAD.html\">", fp);
xmlencode(fp, name, strlen(name));
fputs("</a></td><td>", fp);
xmlencode(fp, description, strlen(description));