diff options
author | Filip Komar <filip@mageia.org> | 2013-08-06 18:50:50 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-08-06 18:50:50 +0000 |
commit | 0e6ca99b46dbc21edefef14d19f40157dbc23645 (patch) | |
tree | eadc1e2ffa9f80af95583d3330c8e35b90ca2198 /en | |
parent | ff41ed16abd81e7f0df59dff81b422ac13aaf937 (diff) | |
download | www-0e6ca99b46dbc21edefef14d19f40157dbc23645.tar www-0e6ca99b46dbc21edefef14d19f40157dbc23645.tar.gz www-0e6ca99b46dbc21edefef14d19f40157dbc23645.tar.bz2 www-0e6ca99b46dbc21edefef14d19f40157dbc23645.tar.xz www-0e6ca99b46dbc21edefef14d19f40157dbc23645.zip |
https fix on for-server page
Diffstat (limited to 'en')
-rw-r--r-- | en/for-server/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/for-server/index.php b/en/for-server/index.php index 30dec3d97..8c241ded8 100644 --- a/en/for-server/index.php +++ b/en/for-server/index.php @@ -28,7 +28,7 @@ _lang_load($locale, '3'); _h('Aside from the cross-section included here, you will find many others in the repositories: you can use rpmdrake to search for packages, or check the <a href="%s">Mageia App DB</a>.', array('http://mageia.madb.org')); _h('Administration', null, 'h3'); - _h('For centralised administration, we include puppet 2.7.21; we use it widely in <a href="%s">our own infrastructure</a>.', array('http://svnweb.mageia.org/adm/puppet/')); + _h('For centralised administration, we include puppet 2.7.21; we use it widely in <a href="%s">our own infrastructure</a>.', array('//svnweb.mageia.org/adm/puppet/')); _h('The entire High Availability stack has been updated, and now includes drbd 8.4.2, Corosync 2.3.0 and Pacemaker 1.1.8.'); |