make-changelog.pl: fix reference to openwrt/openwrt.git
[maintainer-tools.git] / make-changelog.pl
index 046606802e552082e2aded071248ed994a1af614..f758fc6ccb5d6cfe2606f44617906edb69387a2a 100755 (executable)
@@ -19,7 +19,7 @@ unless (-d $workdir) {
        }
 }
 
-my $commit_url = 'https://git.openwrt.org/?p=source.git;a=commitdiff;h=%s';
+my $commit_url = 'https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=%s';
 
 my @weblinks = (
        [ qr'^[^:]+://(git.lede-project.org/)(.+)$' => 'https://%s?p=%s;a=commitdiff;h=%%s' ],