]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-snapshot.c
added snapshot filename to the link
[ps-cgit] / ui-snapshot.c
index 84bf8f7c1a9f9c87a8c84668ee33a5c685842128..7076b500fdc52581e573cd70b665e9cafa879a66 100644 (file)
@@ -109,7 +109,7 @@ void cgit_print_snapshot_links(const char *repo,const char *hex)
                const struct snapshot_archive_t* sat = &snapshot_archives[f];
                filename = fmt("%s-%s%s",repo,hex,sat->suffix);
                htmlf("<a href='%s'>%s</a><br/>",
-                       cgit_pageurl(repo,"snapshot",
+                       cgit_fileurl(repo,"snapshot",filename,
                            fmt("id=%s&amp;name=%s",hex,filename)), filename);
        }
 }