diff --git a/htdocs/index.php b/htdocs/index.php index 4bf09c2..2485a5c 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -92,7 +92,7 @@ $page->printSubHeading(__('Developers')); $page->printPara(__('WinMerge is an open source project, which means that the program is maintained and developed by volunteers.')); - $page->printPara(__('In addition, WinMerge is translated into a number of different languages. See our information on translating WinMerge into your own language.', $translations->prepareLink('/translations'))); + $page->printPara(__('In addition, WinMerge is translated into a number of different languages. See our information on translating WinMerge into your own language.', $translations->prepareLink('translations/'))); $page->printFoot(); ?>