Index: /trunk/src/org/openstreetmap/josm/gui/bugreport/JosmUpdatePanel.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/bugreport/JosmUpdatePanel.java	(revision 12917)
+++ /trunk/src/org/openstreetmap/josm/gui/bugreport/JosmUpdatePanel.java	(revision 12918)
@@ -61,8 +61,8 @@
     private static int getTestedVersion() {
         try {
-            String testedString = new WikiReader().read(Main.getJOSMWebsite() + "/wiki/TestedVersion?format=txt");
+            String testedString = new WikiReader().read(Main.getJOSMWebsite() + "/tested");
             return Integer.parseInt(testedString.trim());
         } catch (NumberFormatException | IOException e) {
-            Logging.log(Logging.LEVEL_WARN, "Unable to detect latest version of JOSM:", e);
+            Logging.log(Logging.LEVEL_WARN, "Unable to detect current tested version of JOSM:", e);
             return -1;
         }
