From: Anatoly Pugachev Date: Thu, 7 May 2020 09:17:47 +0000 (+0300) Subject: docs: Correct ChangeLog URL to history log. X-Git-Tag: v2.35.2~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf9d14c67a5c566f796012ca1bad76d8f897cb0a;p=thirdparty%2Futil-linux.git docs: Correct ChangeLog URL to history log. Debian is using this to make URL with tagged release, and with the old URL it does return an empty page. $ apt info util-linux | grep -i version Version: 2.35.1-2 $ zcat /usr/share/doc/util-linux/changelog.gz See version control history. http://git.kernel.org/?p=utils/util-linux/util-linux.git;a=log;h=2.35.1 ^^ empty page Signed-off-by: Anatoly Pugachev --- diff --git a/ChangeLog b/ChangeLog index ab4d2479d3..1605529934 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,3 @@ See version control history. -http://git.kernel.org/?p=utils/util-linux/util-linux.git;a=log +https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/log