stagit

My fork of stagit

git clone git://git.shimmy1996.com/stagit.git
commit 30d181ec6a3333fc29487af2b8a681a2b706db2e
parent 666699c926abb2434903711676501e597c69d73a
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 Apr 2020 18:30:42 -0500

Clean up default project URI in index

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c
@@ -122,7 +122,7 @@ writelog(FILE *fp, bool is_public)
     if (is_public) {
 		fputs("<a href=\"", fp);
 		xmlencode(fp, stripped_name, strlen(stripped_name));
-		fputs("/log.html\">", fp);
+		fputs("/\">", fp);
 		xmlencode(fp, stripped_name, strlen(stripped_name));
 		fputs("</a>", fp);
     } else {