From 7c7ed612761d9a948b40d65d364b5be87bfdb207 Mon Sep 17 00:00:00 2001 From: Valters Jansons Date: Fri, 5 Jun 2026 19:50:29 +0900 Subject: [PATCH] configure: Update `location.ipfire.org` links Since original configuration of these links, some changes have been made to the website. Now the old location.ipfire.org landing page redirects users to ipfire.org/location/ instead. This commit makes sure listed links are direct links, instead of pointing at redirects. Signed-off-by: Michael Tremer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc9ab5d..d1d7d23 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([libloc], [0.9.19], [location@lists.ipfire.org], [libloc], - [https://location.ipfire.org/]) + [https://www.ipfire.org/location/]) AC_CONFIG_SRCDIR([src/libloc.c]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.47.3