JAL-4001 change Plausible discovery URL
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 28 Jun 2023 14:45:00 +0000 (15:45 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 28 Jun 2023 14:45:00 +0000 (15:45 +0100)
src/jalview/analytics/Plausible.java

index 1c9f254..87b23e0 100644 (file)
@@ -34,7 +34,7 @@ public class Plausible
 
   private static final String DOMAIN = "jalview.org";
 
-  private static final String CONFIG_API_BASE_URL = "https://www.jalview.org/config/analytics/url";
+  private static final String CONFIG_API_BASE_URL = "https://www.jalview.org/services/analytics/config/url";
 
   private static final String DEFAULT_API_BASE_URL = "https://plausible.io/api/event";