From bab74dd307f160813c1bd78cf14d3a9a092e071c Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Sun, 9 May 2021 23:51:06 +0200 Subject: Update wiki links to the new short URL Done with: find -type f -exec sed -Ee ':wiki.archlinux.org: s:(wiki.archlinux.org)/index.php/:\1/title/:g' -i {} \; Fixes #16 [1] https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/335 Signed-off-by: Eli Schwartz --- web/html/home.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/html/home.php') diff --git a/web/html/home.php b/web/html/home.php index 8fb05246..be37e970 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -74,9 +74,9 @@ if (isset($_COOKIE["AURSID"])) { ', + '', '', - '', + '', '' ); ?> @@ -84,7 +84,7 @@ if (isset($_COOKIE["AURSID"])) { echo __( 'Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!', '', '', - '', + '', '' ); ?> @@ -95,7 +95,7 @@ if (isset($_COOKIE["AURSID"])) { :

-

+

@@ -131,7 +131,7 @@ if (isset($_COOKIE["AURSID"])) { ', + '', '' ); ?> -- cgit v1.2.3-24-g4f1b