diff options
author | Stefan Auditor <stefan.auditor@erdfisch.de> | 2015-08-16 22:09:04 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-17 04:20:45 +0200 |
commit | e9e9b41484fe138f22d1452c98b7386f224517ec (patch) | |
tree | 0be53c5cf2ff34b139bf7ec3b41f81224a2f59f1 /web/html | |
parent | 85b54157ea94ec48c0669d4e0fe1e6cd79865efb (diff) | |
download | aurweb-e9e9b41484fe138f22d1452c98b7386f224517ec.tar.xz |
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>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php index 23f37fe..7e9a00f 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -77,7 +77,7 @@ html_header( __("Home") ); <?php 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.', - '<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>' ); ?> |