Index: /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
===================================================================
--- /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 34097)
@@ -45,5 +45,5 @@
                 author="false">
             <classpath refid="compile.path"/>
-            <link href="http://docs.oracle.com/javase/8/docs/api"/>
+            <link href="https://docs.oracle.com//javase/8/docs/api"/>
             <link href="https://josm.openstreetmap.de/doc"/>
             <doctitle><![CDATA[<h2>${ant.project.name} - Javadoc</h2>]]></doctitle>
Index: /applications/editors/josm/plugins/geotools/build.xml
===================================================================
--- /applications/editors/josm/plugins/geotools/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/geotools/build.xml	(revision 34097)
@@ -65,5 +65,5 @@
         <manifest file="MANIFEST" mode="update">
         	<!-- JAI requires a vendor name for some of its deep internals, 
-        	     see http://stackoverflow.com/a/18495658/2257172 -->
+        	     see https://stackoverflow.com/a/18495658/2257172 -->
             <attribute name="Specification-Title" value="JOSM GeoTools plugin"/>
             <attribute name="Specification-Version" value="19.0"/>
Index: /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
===================================================================
--- /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 34096)
+++ /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 34097)
@@ -50,5 +50,5 @@
         // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work,
         // so we need to perform the tasks described here ("Initialization and automatic loading of registry objects"):
-        // http://docs.oracle.com/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html
+        // https://docs.oracle.com//cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html
         OperationRegistry registry = JAI.getDefaultInstance().getOperationRegistry();
         if (registry == null) {
Index: /applications/editors/josm/plugins/imagery_cachexport/build.xml
===================================================================
--- /applications/editors/josm/plugins/imagery_cachexport/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/imagery_cachexport/build.xml	(revision 34097)
@@ -65,5 +65,5 @@
             <link href="../../../core/javadoc/"/>
             <link href="https://josm.openstreetmap.de/doc/"/>
-            <link href="http://docs.oracle.com/javase/8/docs/api/"/>
+            <link href="https://docs.oracle.com//javase/8/docs/api/"/>
         </javadoc>
     </target>
Index: /applications/editors/josm/plugins/irsrectify/build.xml
===================================================================
--- /applications/editors/josm/plugins/irsrectify/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/irsrectify/build.xml	(revision 34097)
@@ -14,5 +14,5 @@
     <property name="plugin.description" value="A helper for IRS satellite adjustment."/>
     <property name="plugin.icon" value="images/irsrectify.png"/>
-    <property name="plugin.link" value="http://forum.openstreetmap.org/viewtopic.php?id=6817"/>
+    <property name="plugin.link" value="https://forum.openstreetmap.org/viewtopic.php?id=6817"/>
     <!--<property name="plugin.early" value="..."/>-->
     <!--<property name="plugin.requires" value="..."/>-->
Index: /applications/editors/josm/plugins/pdfimport/build.xml
===================================================================
--- /applications/editors/josm/plugins/pdfimport/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/pdfimport/build.xml	(revision 34097)
@@ -13,5 +13,5 @@
     <property name="plugin.description" value="Import PDF file and convert to ways."/>
     <property name="plugin.icon" value="images/pdf_import.png"/>
-    <property name="plugin.link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/pdfimport/"/>
+    <!--<property name="plugin.link" value="..."/>-->
     <property name="plugin.requires" value="apache-commons"/>
     
Index: /applications/editors/josm/plugins/photoadjust/build.xml
===================================================================
--- /applications/editors/josm/plugins/photoadjust/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/photoadjust/build.xml	(revision 34097)
@@ -59,5 +59,5 @@
             <link href="../../../core/javadoc/"/>
             <link href="https://josm.openstreetmap.de/doc/"/>
-            <link href="http://docs.oracle.com/javase/8/docs/api/"/>
+            <link href="https://docs.oracle.com//javase/8/docs/api/"/>
         </javadoc>
     </target>
Index: /applications/editors/josm/plugins/seachart/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/seachart/build.xml	(revision 34097)
@@ -10,5 +10,5 @@
     <property name="plugin.description" value="Imagery Layer for Sea Charts"/>
     <property name="plugin.icon" value="images/SC.png"/>
-    <property name="plugin.link" value="http://openseamap.org/"/>
+    <property name="plugin.link" value="https://openseamap.org/"/>
 
     <property name="josm" location="../../core/dist/josm-custom.jar"/>
Index: /applications/editors/josm/plugins/seachartedit/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachartedit/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/seachartedit/build.xml	(revision 34097)
@@ -13,5 +13,5 @@
     <property name="plugin.description" value="Edit features for Sea Charts"/>
     <property name="plugin.icon" value="images/SC.png"/>
-    <property name="plugin.link" value="http://openseamap.org/"/>
+    <property name="plugin.link" value="https://openseamap.org/"/>
     <property name="plugin.requires" value="seachart"/>
 
Index: /applications/editors/josm/plugins/smed/build.xml
===================================================================
--- /applications/editors/josm/plugins/smed/build.xml	(revision 34096)
+++ /applications/editors/josm/plugins/smed/build.xml	(revision 34097)
@@ -13,5 +13,5 @@
     <property name="plugin.description" value="Edit features for OpenSeaMap"/>
     <property name="plugin.icon" value="images/Smed.png"/>
-    <property name="plugin.link" value="http://openseamap.org/"/>
+    <property name="plugin.link" value="https://openseamap.org/"/>
     <property name="plugin.canloadatruntime" value="true"/>
     <!-- ** include targets that all plugins have in common ** -->
