From 9a124d1ee8e6d494a55d1c67992dc7ca49535c68 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 15 Jul 2018 14:50:21 +0200 Subject: [PATCH] make-changelog.pl: fix reference to openwrt/openwrt.git Signed-off-by: Jo-Philipp Wich --- make-changelog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-changelog.pl b/make-changelog.pl index 0466068..f758fc6 100755 --- a/make-changelog.pl +++ b/make-changelog.pl @@ -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' ], -- 2.30.2