diff options
author | Filip Komar <filip@mageia.org> | 2013-08-09 19:31:03 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-08-09 19:31:03 +0000 |
commit | 60ddaad525c5c5a36f8a6682efc2058fee3b1bae (patch) | |
tree | e9e96cc9f0e6cb869c89508f42456b7a176c4f31 | |
parent | 2fe220db1fc82e8cf054f59ad9374f3a0f64b5ad (diff) | |
download | www-60ddaad525c5c5a36f8a6682efc2058fee3b1bae.tar www-60ddaad525c5c5a36f8a6682efc2058fee3b1bae.tar.gz www-60ddaad525c5c5a36f8a6682efc2058fee3b1bae.tar.bz2 www-60ddaad525c5c5a36f8a6682efc2058fee3b1bae.tar.xz www-60ddaad525c5c5a36f8a6682efc2058fee3b1bae.zip |
https fix for en/2/for-server
-rw-r--r-- | en/2/for-server/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/2/for-server/index.php b/en/2/for-server/index.php index 540ff023f..736947f40 100644 --- a/en/2/for-server/index.php +++ b/en/2/for-server/index.php @@ -30,7 +30,7 @@ _lang_load($locale, '2'); _h('Administration', null, 'h3'); _h('For centralised administration, we include puppet 2.7.11; we use it widely in <a href="%s">our own infrastructure</a>.', - array('http://svnweb.mageia.org/adm/puppet/')); + array('https://svnweb.mageia.org/adm/puppet/')); _h('The entire High Availability stack has been updated, and now includes drbd 8.3.11, Corosync 2.0.0 and Pacemaker 1.1.7.'); |