diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-08-26 11:05:33 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-08-26 11:05:33 +0000 |
commit | b738ed49b26688e6dbec9964ab71037fe02aac0b (patch) | |
tree | 8c8df92735155ba14338df39419f5acca9468d28 /en | |
parent | db81a5844e5bcf7783a22810a202ccbef9e6f0f5 (diff) | |
download | www-b738ed49b26688e6dbec9964ab71037fe02aac0b.tar www-b738ed49b26688e6dbec9964ab71037fe02aac0b.tar.gz www-b738ed49b26688e6dbec9964ab71037fe02aac0b.tar.bz2 www-b738ed49b26688e6dbec9964ab71037fe02aac0b.tar.xz www-b738ed49b26688e6dbec9964ab71037fe02aac0b.zip |
fix thank you link CCBUG 7183
Diffstat (limited to 'en')
-rw-r--r-- | en/downloads/get/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 8457453a5..9e37ee3d0 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -186,7 +186,7 @@ if ($debug) <div class="yui-g first"><div class="para"> </div></div> <div class="yui-g" style="border-left: 1px solid #ddd"><div class="para"> - <p><?php echo sprintf(_t('The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.'), 'http://mirrors.mageia.org/', '../thank-you/'); ?></p> + <p><?php echo sprintf(_t('The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.'), 'http://mirrors.mageia.org/', '../../thank-you/'); ?></p> <p><?php echo sprintf(_t('Want to help? %sJoin Us!%s'), '<a href="../../contribute/">', '</a>'); ?></p> </div></div> </div> |