summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b6c213e..b443df7 100644
--- a/index.php
+++ b/index.php
@@ -77,7 +77,7 @@ authorize_user();
echo '</a> ';
if (TINYEMOTES_COMMIT != null) {
- echo '<a href="' . sprintf("%s/tree/%s", TINYEMOTES_LINK, TINYEMOTES_COMMIT) . '">(Commit ';
+ echo '<a href="' . sprintf("%s/commit/?id=%s", TINYEMOTES_LINK, TINYEMOTES_COMMIT) . '">(Commit ';
echo substr(TINYEMOTES_COMMIT, 0, 7);
echo ')</a>';
}