replace reference to AUR TU Guidelines with AUR Submission Guidelines

Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
Christian Heusel 2023-03-22 08:49:22 +01:00
parent a8d14e0194
commit af4239bcac
No known key found for this signature in database
GPG key ID: C047D4F328B52585

View file

@ -1,10 +1,10 @@
<div id="intro" class="box"> <div id="intro" class="box">
<h2>AUR {% trans %}Home{% endtrans %}</h2> <h2>AUR {% trans %}Home{% endtrans %}</h2>
<p> <p>
{{ "Welcome to the AUR! Please read the %sAUR User Guidelines%s and %sAUR TU Guidelines%s for more information." {{ "Welcome to the AUR! Please read the %sAUR User Guidelines%s for more information and the %sAUR Submission Guidelines%s if you want to contribute a PKGBUILD."
| tr | tr
| format('<a href="https://wiki.archlinux.org/title/AUR_User_Guidelines">', "</a>", | format('<a href="https://wiki.archlinux.org/title/AUR_User_Guidelines">', "</a>",
'<a href="https://wiki.archlinux.org/title/AUR_Trusted_User_Guidelines">', "</a>") '<a href="https://wiki.archlinux.org/title/AUR_submission_guidelines">', "</a>")
| safe | safe
}} }}
{{ "Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!" {{ "Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!"