From a37e230223042882290cc484ad8e1ca709607b43 Mon Sep 17 00:00:00 2001 From: Technical User <dct.techuser@gmail.com> Date: Mon, 26 Jun 2023 10:49:51 +0000 Subject: [PATCH] POM: fix forum.image.sc tag link The Discourse software updated the tags path from /tags/ to /tag/. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6971106d..7ed4eafb 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ <mailingLists> <mailingList> <name>Image.sc Forum</name> - <archive>https://forum.image.sc/tags/fiji</archive> + <archive>https://forum.image.sc/tag/fiji</archive> </mailingList> </mailingLists> -- GitLab