Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java	(revision 34087)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java	(revision 34095)
@@ -8,5 +8,5 @@
 /**
  * @author freeExec
- * @see http://wiki.openstreetmap.org/wiki/Key:public_transport
+ * @see https://wiki.openstreetmap.org/wiki/Key:public_transport
  */
 public final class PublicTransportHelper {
Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java	(revision 34087)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java	(revision 34095)
@@ -43,5 +43,5 @@
             return;
         try {
-            String base = Main.pref.get("url.openstreetmap-wiki", "http://wiki.openstreetmap.org/wiki/");
+            String base = Main.pref.get("url.openstreetmap-wiki", "https://wiki.openstreetmap.org/wiki/");
             String lang = LanguageInfo.getWikiLanguagePrefix();
             final List<URI> uris = HelpAction.getRelationURIs(base, lang, rel.get());
Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java	(revision 34087)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java	(revision 34095)
@@ -14,5 +14,5 @@
 
 /**
- * @see http://wiki.openstreetmap.org/wiki/Relation:boundary
+ * @see https://wiki.openstreetmap.org/wiki/Relation:boundary
  */
 public class BoundaryFixer extends MultipolygonFixer {
@@ -25,5 +25,5 @@
      * For boundary relations both "boundary" and "multipolygon" types are applicable, but
      * it should also have key boundary=administrative to be fully boundary.
-     * @see http://wiki.openstreetmap.org/wiki/Relation:boundary
+     * @see https://wiki.openstreetmap.org/wiki/Relation:boundary
      */
     @Override
Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java	(revision 34087)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java	(revision 34095)
@@ -20,5 +20,5 @@
 
 /**
- * @see http://wiki.openstreetmap.org/wiki/Relation:multipolygon
+ * @see https://wiki.openstreetmap.org/wiki/Relation:multipolygon
  */
 public class MultipolygonFixer extends RelationFixer {
Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java	(revision 34087)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java	(revision 34095)
@@ -14,5 +14,5 @@
 
 /**
- * @see http://wiki.openstreetmap.org/wiki/Key:public_transport
+ * @see https://wiki.openstreetmap.org/wiki/Key:public_transport
  */
 
