Index: trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 16886)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 16887)
@@ -261,6 +261,6 @@
      */
     static final List<String> UNMAINTAINED_PLUGINS = Collections.unmodifiableList(Arrays.asList(
-        "irsrectify", // See https://trac.openstreetmap.org/changeset/29404/subversion
-        "surveyor2", // See https://trac.openstreetmap.org/changeset/29404/subversion
+        "irsrectify", // See https://josm.openstreetmap.de/changeset/29404/osm/
+        "surveyor2", // See https://josm.openstreetmap.de/changeset/29404/osm/
         "gpsbabelgui",
         "Intersect_way",
Index: trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java	(revision 16886)
+++ trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java	(revision 16887)
@@ -155,5 +155,5 @@
      * @param url string for parsing
      * @return Bounds if shortlink, null otherwise
-     * @see <a href="http://trac.openstreetmap.org/browser/sites/rails_port/lib/short_link.rb">short_link.rb</a>
+     * @see <a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/lib/short_link.rb">short_link.rb</a>
      */
     private static Bounds parseShortLink(final String url) {
