diff options
Diffstat (limited to 'en/3/for-server/index.php')
-rw-r--r-- | en/3/for-server/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/3/for-server/index.php b/en/3/for-server/index.php index e36d45f14..8bf254280 100644 --- a/en/3/for-server/index.php +++ b/en/3/for-server/index.php @@ -25,7 +25,7 @@ $dictionary = read_translation_file($locale, '3'); <section> <?php _g('Mageia 3 has all the main services and server packages you will need to run your server.', null, 'p'); - _g('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'), 'p'); + _g('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('//madb.mageia.org'), 'p'); _g('Administration', null, 'h3'); _g('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/'), 'p'); @@ -46,7 +46,7 @@ $dictionary = read_translation_file($locale, '3'); <div class="para"> <?php _g('For more information about these and other packages, check the <a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">Mageia 3 Release notes</a>.', null, 'p'); - _g('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.', array('http://mageia.madb.org/'), 'p'); + _g('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.', array('//madb.mageia.org'), 'p'); ?> </div> </body> |