diff options
Diffstat (limited to 'en/about/index.php')
-rw-r--r-- | en/about/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/about/index.php b/en/about/index.php index 11c2dc292..88bec7570 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -77,8 +77,8 @@ _lang_load($locale, "about"); <hr> <?php _h('Media & artwork', null, 'h3')?> <ul><?php - _h('<a href="%s">Logo, CD covers files, media files</a>.', array('/en/about/media/'), 'li'); - _h('<a href="%s">Current graphics charter</a>.', array('/en/charter.html'), 'li'); + _h('<a href="%s">Logo, CD covers files, media files</a>.', array('../about/media/'), 'li'); + _h('<a href="%s">Current graphics charter</a>.', array('../charter.html'), 'li'); ?></ul> </div></div> |