From: Valters Jansons Date: Fri, 5 Jun 2026 10:50:29 +0000 (+0900) Subject: configure: Update `location.ipfire.org` links X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;ds=sidebyside;p=location%2Flibloc.git 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 --- 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])