diff options
Diffstat (limited to 'en/thank-you')
-rw-r--r-- | en/thank-you/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 098498650..b2c0f6e69 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -33,7 +33,7 @@ include '../../donators.inc.php'; <p><?php $pp = html_donators_list($donators, $anonymous); echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'), - $pp['count'], '<a href="/donate/">', '</a>'); + $pp['count'], '<a href="../donate/">', '</a>'); ?></p> <?php echo $pp['list']; ?> </div></div> |