Skip to content

Commit 2ec33c9

Browse files
committed
Fix: Commit URL in changelog
1 parent 5b21a0c commit 2ec33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generateChangelog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
$changeLog = new MarkDown();
16-
$changeLog->setUrl('commit', 'https://github.com/JBlond/php-diff/commit/{hash}');
16+
$changeLog->setUrl('commit', 'https://github.com/JBlond/php-diff/commit/{commit}');
1717
$changeLog->setUrl('issue', 'https://github.com/JBlond/php-diff/issues/{issue}');
1818

1919
try {

0 commit comments

Comments
 (0)