This is an automated email from the git hooks/post-receive script.
unknown user 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 2459e4e Correct download links for ISO images for 7.7.1810 release
2459e4e is described below
commit 2459e4eb8ac630e01bd0cffce3c14c4cac557a3e
Author: Fabian Arrotin <arrfab at centos.org>
AuthorDate: Tue Sep 17 23:11:35 2019 +0200
Correct download links for ISO images for 7.7.1810 release
Signed-off-by: Fabian Arrotin <arrfab at centos.org>
---
content/download.haml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/download.haml b/content/download.haml
index c81d3dd..4b06d17 100644
--- a/content/download.haml
+++ b/content/download.haml
@@ -14,8 +14,8 @@ title: Download CentOS
.col-sm-12
%p
.downloadbutton
- %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso" ) DVD ISO
- %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1810.iso" ) Minimal ISO
+ %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1908.iso" ) DVD ISO
+ %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso" ) Minimal ISO
%p
ISOs are also available
%a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/" ) via Torrent.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.