This is an automated email from the git hooks/post-receive script. arrfab pushed a commit to branch master in repository centos/centos.org. The following commit(s) were added to refs/heads/master by this push: new a672319 Fixed old 7 release tag in download page a672319 is described below commit a672319a9a7eb3a7d567d2f22b4bf0175440b13f Author: Fabian Arrotin <arrfab at centos.org> AuthorDate: Tue Jul 7 21:31:58 2020 +0200 Fixed old 7 release tag in download page Signed-off-by: Fabian Arrotin <arrfab at centos.org> --- _includes/centos-linux-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/centos-linux-download.html b/_includes/centos-linux-download.html index 056dfed..f371c24 100644 --- a/_includes/centos-linux-download.html +++ b/_includes/centos-linux-download.html @@ -1,7 +1,7 @@ <div> <ul class="nav nav-tabs"> <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-1">8 (2004)</a></li> - <li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-2">7 (1908)</a></li> + <li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-2">7 (2003)</a></li> <li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-3">6.10</a></li> </ul> <div class="tab-content"> -- To stop receiving notification emails like this one, please contact the administrator of this repository.