From bf9d14c67a5c566f796012ca1bad76d8f897cb0a Mon Sep 17 00:00:00 2001 From: Anatoly Pugachev Date: Thu, 7 May 2020 12:17:47 +0300 Subject: [PATCH] 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2