summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-08 22:17:50 +0500
committerilotterytea <iltsu@alright.party>2025-12-08 22:17:50 +0500
commit28bb4f3618e2e947d14a05a24e99d826c26c0ce3 (patch)
tree06c685d7da7b16cdd6a578b2c1cccc9905fdb401 /index.php
parentfe9f1e1142321c681eae4c7b2b0c60b5c10b93cd (diff)
fix: git commit link
Diffstat (limited to 'index.php')
-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>';
}