Update link to package submission documentation

Fixes FS#45942.

Signed-off-by: Stefan Auditor <stefan.auditor@erdfisch.de>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Stefan Auditor 2015-08-16 22:09:04 +02:00 committed by Lukas Fleischer
parent 85b54157ea
commit e9e9b41484

View file

@ -77,7 +77,7 @@ html_header( __("Home") );
<?php <?php
echo __( echo __(
'Git over SSH is now used to submit packages to the AUR. See the %sSubmitting packages%s section of the Arch User Repository ArchWiki page for more details.', 'Git over SSH is now used to submit packages to the AUR. See the %sSubmitting packages%s section of the Arch User Repository ArchWiki page for more details.',
'<a href="https://wiki.archlinux.org/index.php/Arch_User_Repository#AUR_4">', '<a href="https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages">',
'</a>' '</a>'
); );
?> ?>