summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor <stefan.auditor@erdfisch.de>2015-08-16 22:09:04 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-08-17 04:20:45 +0200
commite9e9b41484fe138f22d1452c98b7386f224517ec (patch)
tree0be53c5cf2ff34b139bf7ec3b41f81224a2f59f1
parent85b54157ea94ec48c0669d4e0fe1e6cd79865efb (diff)
downloadaur-e9e9b41484fe138f22d1452c98b7386f224517ec.tar.gz
aur-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>
-rw-r--r--web/html/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php
index 23f37fe2..7e9a00fe 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>'
);
?>