Index: applications/editors/josm/plugins/00_README
===================================================================
--- applications/editors/josm/plugins/00_README	(revision 34094)
+++ applications/editors/josm/plugins/00_README	(revision 34095)
@@ -1,4 +1,4 @@
 This is the SVN repository for JOSM plugins. JOSM plugins are extensions of the OSM editor JOSM,
-see http://josm.openstreetmap.de/.
+see https://josm.openstreetmap.de/.
 
 This repository includes the source and the current builds for each plugin:
@@ -13,5 +13,5 @@
   
   - You need an account for the OSM subversion repository, see
-    http://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29
+    https://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29
   
   - Make sure to check out the tree  http://svn.openstreetmap.org/applications/editors/josm/
@@ -19,5 +19,5 @@
         svn checkout http://svn.openstreetmap.org/applications/editors/josm/
     
-    This will also check out the JOSM source from http://josm.openstreetmap.de/svn.
+    This will also check out the JOSM source from https://josm.openstreetmap.de/svn.
         
     Note that the build environment is not complete if you check out 
@@ -47,5 +47,5 @@
   
   - The manifest of your plugin jar has to include the required meta information,
-    see http://josm.openstreetmap.de/wiki/DevelopingPlugins.
+    see https://josm.openstreetmap.de/wiki/DevelopingPlugins.
     'build.xml' copied from '00_plugin_dir_template' will create a compliant manifest
     file for your plugin.
Index: applications/editors/josm/plugins/00_plugin_dir_template/README.template
===================================================================
--- applications/editors/josm/plugins/00_plugin_dir_template/README.template	(revision 34094)
+++ applications/editors/josm/plugins/00_plugin_dir_template/README.template	(revision 34095)
@@ -67,5 +67,5 @@
  ===========================================
  When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki:
-   http://josm.openstreetmap.de/wiki/Plugins
+   https://josm.openstreetmap.de/wiki/Plugins
  JOSM retrieves the list of available plugins and their build versions from this list.
 
@@ -84,8 +84,8 @@
 ========
 * Developing Plugins 
-  http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
+  https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
   
 * List of JOSM Plugins
-  http://josm.openstreetmap.de/wiki/Plugins
+  https://josm.openstreetmap.de/wiki/Plugins
   
   
Index: applications/editors/josm/plugins/ColumbusCSV/README
===================================================================
--- applications/editors/josm/plugins/ColumbusCSV/README	(revision 34094)
+++ applications/editors/josm/plugins/ColumbusCSV/README	(revision 34095)
@@ -4,5 +4,5 @@
 This plugin allows to import Columbus V-900 CSV files including audio markers.
 
-Detailed instructions are available at http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV
+Detailed instructions are available at https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV
 
 Please report bugs to mailto:oliver.wieland@online.de.
Index: applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
===================================================================
--- applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 34094)
+++ applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 34095)
@@ -85,5 +85,5 @@
                 <attribute name="Plugin-Description" value="Customization of public public transport stops." />
                 <attribute name="Plugin-Icon" value="images/bus.png"/>
-                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
+                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
                 <attribute name="Plugin-Mainversion" value="${josm.required.version}" />
                 <attribute name="Plugin-Version" value="0.4" />	
Index: applications/editors/josm/plugins/DirectUpload/README
===================================================================
--- applications/editors/josm/plugins/DirectUpload/README	(revision 34094)
+++ applications/editors/josm/plugins/DirectUpload/README	(revision 34095)
@@ -1,3 +1,3 @@
 Directly uploads GPX from active layer in JOSM to OpenStreetMap Server.
 
-More Details and FAQ's at : http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:
+More Details and FAQ's at : https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:
Index: applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
===================================================================
--- applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java	(revision 34094)
+++ applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java	(revision 34095)
@@ -134,5 +134,5 @@
         }
         visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description);
-        UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2);
+        UrlLabel visiUrl = new UrlLabel(tr("https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2);
 
         // description
Index: applications/editors/josm/plugins/ElevationProfile/README
===================================================================
--- applications/editors/josm/plugins/ElevationProfile/README	(revision 34094)
+++ applications/editors/josm/plugins/ElevationProfile/README	(revision 34095)
@@ -4,5 +4,5 @@
 This plugin shows the elevation profile of a GPX track.
 
-For detailed instructions please refer to http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile.
+For detailed instructions please refer to https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile.
 
 SRTM data in test/data is downloaded from http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/
Index: applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java
===================================================================
--- applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java	(revision 34094)
+++ applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java	(revision 34095)
@@ -121,5 +121,5 @@
 
     /**
-     * See also <a href="http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_bounding_box">OSM Wiki</a>
+     * See also <a href="https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_bounding_box">OSM Wiki</a>
      * @param x the x
      * @param y the y
Index: applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java
===================================================================
--- applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java	(revision 34094)
+++ applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java	(revision 34095)
@@ -130,5 +130,5 @@
     /* Relation keys */
 
-    // Associated street: See http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern
+    // Associated street: See https://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern
     public static final String RELATION_TYPE = "type";
     public static final String ASSOCIATEDSTREET_RELATION_TYPE = "associatedStreet";
Index: applications/editors/josm/plugins/OpeningHoursEditor/README.txt
===================================================================
--- applications/editors/josm/plugins/OpeningHoursEditor/README.txt	(revision 34094)
+++ applications/editors/josm/plugins/OpeningHoursEditor/README.txt	(revision 34095)
@@ -2,5 +2,5 @@
 ======
 
-for a complete Description see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor
+for a complete Description see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor
 
 The Parser was generated with javacc.
Index: applications/editors/josm/plugins/OsmInspectorPlugin/README
===================================================================
--- applications/editors/josm/plugins/OsmInspectorPlugin/README	(revision 34094)
+++ applications/editors/josm/plugins/OsmInspectorPlugin/README	(revision 34095)
@@ -5,5 +5,5 @@
 
 
-*Download and install JOSM from http://josm.openstreetmap.de/
+*Download and install JOSM from https://josm.openstreetmap.de/
 *svn co http://svn.telenav.com/map/JavaProjects/OSMInspectorPlugin/trunk/ OSMInspectorPlugin
 *cd OsmInspectorPlugin
Index: applications/editors/josm/plugins/addrinterpolation/README
===================================================================
--- applications/editors/josm/plugins/addrinterpolation/README	(revision 34094)
+++ applications/editors/josm/plugins/addrinterpolation/README	(revision 34095)
@@ -12,4 +12,4 @@
 
 For more information, refer to the Wiki page at 
-http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation
+https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation
 
Index: applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
===================================================================
--- applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java	(revision 34094)
+++ applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java	(revision 34095)
@@ -285,5 +285,5 @@
         }
 
-        editControlsPane.add(new UrlLabel("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation",
+        editControlsPane.add(new UrlLabel("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation",
                 tr("More information about this feature"), 2), c);
 
Index: applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java
===================================================================
--- applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java	(revision 34094)
+++ applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java	(revision 34095)
@@ -133,5 +133,5 @@
         if (Desktop.isDesktopSupported()) {
           try {
-            URI uri = new URI("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles");
+            URI uri = new URI("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles");
             Desktop.getDesktop().browse(uri);
           } catch (URISyntaxException ex) {
Index: applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java
===================================================================
--- applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java	(revision 34094)
+++ applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java	(revision 34095)
@@ -102,5 +102,4 @@
         schemesList.setVisibleRowCount(3);
 
-        //schemesList.setToolTipText(tr("The sources (url or filename) of annotation preset definition files. See http://josm.eigenheimstrasse.de/wiki/AnnotationPresets for help."));
         useScheme.setToolTipText(tr("Use the selected scheme from the list."));
         addScheme.setToolTipText(tr("Use the current colors as a new color scheme."));
Index: applications/editors/josm/plugins/epci-fr/README
===================================================================
--- applications/editors/josm/plugins/epci-fr/README	(revision 34094)
+++ applications/editors/josm/plugins/epci-fr/README	(revision 34095)
@@ -10,3 +10,3 @@
 by recognizing them at such in the Relations window.
 
-See http://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI
+See https://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI
Index: applications/editors/josm/plugins/gpsblam/README
===================================================================
--- applications/editors/josm/plugins/gpsblam/README	(revision 34094)
+++ applications/editors/josm/plugins/gpsblam/README	(revision 34095)
@@ -4,5 +4,5 @@
 This is the GPSBlam Plugin for JOSM. 
 
-For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam
+For details see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam
 
 License:
Index: applications/editors/josm/plugins/imagery-xml-bounds/README
===================================================================
--- applications/editors/josm/plugins/imagery-xml-bounds/README	(revision 34094)
+++ applications/editors/josm/plugins/imagery-xml-bounds/README	(revision 34095)
@@ -9,5 +9,5 @@
 This plugin allows to generate textual Imagery boundaries in XML format from a multipolygon, compatible with JOSM Maps wiki page.
 
-See http://josm.openstreetmap.de/wiki/Maps
+See https://josm.openstreetmap.de/wiki/Maps
 
 The icon has been created by schollidesign, is licensed under "GPL, CC sa nc, LGPL and many more (copiable and for non commercial use)" and comes from:
Index: applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java
===================================================================
--- applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java	(revision 34094)
+++ applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java	(revision 34095)
@@ -332,5 +332,5 @@
         @Override
         public void actionPerformed(ActionEvent e) {
-            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();
             String page = "Imagery_Offset_Database";
Index: applications/editors/josm/plugins/indoorhelper/build.xml
===================================================================
--- applications/editors/josm/plugins/indoorhelper/build.xml	(revision 34094)
+++ applications/editors/josm/plugins/indoorhelper/build.xml	(revision 34095)
@@ -8,5 +8,5 @@
 
     <!-- Configure these properties (replace "..." accordingly).
-         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
+         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     -->
     <property name="plugin.author" value="Erik Gruschka, Rebecca Schmidt"/>
@@ -15,5 +15,5 @@
     <property name="de_plugin.description" value="Plug-In zur Hilfe bei der Erstellung von Innenraumdaten. Beinhaltet einen Validator für die erstellten Daten und einen Renderstil um diese übersichtlich darzustellen."/>	
     <property name="plugin.icon" value="images/dialogs/indoorhelper.png"/>
-    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/indoorhelper"/>
+    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/indoorhelper"/>
     <property name="plugin.early" value="true"/>
     <!-- <property name="plugin.requires" value="PicLayer"/> -->
Index: applications/editors/josm/plugins/mapdust/conf/mapdust.properties
===================================================================
--- applications/editors/josm/plugins/mapdust/conf/mapdust.properties	(revision 34094)
+++ applications/editors/josm/plugins/mapdust/conf/mapdust.properties	(revision 34095)
@@ -9,3 +9,3 @@
 
 #the Mapdust wiki page
-mapdust.wiki=http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust
+mapdust.wiki=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust
Index: applications/editors/josm/plugins/o5m/README
===================================================================
--- applications/editors/josm/plugins/o5m/README	(revision 34094)
+++ applications/editors/josm/plugins/o5m/README	(revision 34095)
@@ -6,5 +6,5 @@
     * Author: Gerd Petermann  
     * License: GPL v3 (see GPL-v3.0.txt) (all sources)
-    * the o5m format is described at http://wiki.openstreetmap.org/wiki/O5m
+    * the o5m format is described at https://wiki.openstreetmap.org/wiki/O5m
     * the source contains ported parts of the osmconvert tool written by
       Markus Weber. He allows to use his code for reading or writing
Index: applications/editors/josm/plugins/o5m/README.template
===================================================================
--- applications/editors/josm/plugins/o5m/README.template	(revision 34094)
+++ applications/editors/josm/plugins/o5m/README.template	(revision 34095)
@@ -67,5 +67,5 @@
  ===========================================
  When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki:
-   http://josm.openstreetmap.de/wiki/Plugins
+   https://josm.openstreetmap.de/wiki/Plugins
  JOSM retrieves the list of available plugins and their build versions from this list.
 
@@ -84,8 +84,8 @@
 ========
 * Developing Plugins 
-  http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
+  https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
   
 * List of JOSM Plugins
-  http://josm.openstreetmap.de/wiki/Plugins
+  https://josm.openstreetmap.de/wiki/Plugins
   
   
Index: applications/editors/josm/plugins/o5m/build.xml
===================================================================
--- applications/editors/josm/plugins/o5m/build.xml	(revision 34094)
+++ applications/editors/josm/plugins/o5m/build.xml	(revision 34095)
@@ -15,5 +15,5 @@
     <property name="plugin.description" value="Import OSM data in o5m format"/>
     <!--<property name="plugin.icon" value="..."/>-->
-    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/o5m"/>
+    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/o5m"/>
     <!--<property name="plugin.early" value="..."/>-->
     <!--<property name="plugin.requires" value="..."/>-->
Index: applications/editors/josm/plugins/opendata/README
===================================================================
--- applications/editors/josm/plugins/opendata/README	(revision 34094)
+++ applications/editors/josm/plugins/opendata/README	(revision 34095)
@@ -9,5 +9,5 @@
 -------------------------------- DOCUMENTATION --------------------------------
 
-See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
+See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
 
 ----------------------------------- LICENSE -----------------------------------
Index: applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README	(revision 34094)
+++ applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README	(revision 34095)
@@ -9,3 +9,3 @@
 -------------------------------- DOCUMENTATION --------------------------------
 
-See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr
+See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr
Index: applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java	(revision 34094)
+++ applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java	(revision 34095)
@@ -9,5 +9,5 @@
      * Wiki
      */
-    public static final String WIKI = "http://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr";
+    public static final String WIKI = "https://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr";
 
     /**
Index: applications/editors/josm/plugins/opendata/modules/fr.paris/README
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.paris/README	(revision 34094)
+++ applications/editors/josm/plugins/opendata/modules/fr.paris/README	(revision 34095)
@@ -9,3 +9,3 @@
 -------------------------------- DOCUMENTATION --------------------------------
 
-See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris
+See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris
Index: applications/editors/josm/plugins/opendata/modules/fr.toulouse/README
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.toulouse/README	(revision 34094)
+++ applications/editors/josm/plugins/opendata/modules/fr.toulouse/README	(revision 34095)
@@ -9,4 +9,4 @@
 -------------------------------- DOCUMENTATION --------------------------------
 
-See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse 
-and http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData
+See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse 
+and https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData
Index: applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java	(revision 34094)
+++ applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java	(revision 34095)
@@ -17,5 +17,5 @@
      * Wiki
      */
-    public static final String WIKI = "http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData";
+    public static final String WIKI = "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData";
 
     /**
Index: applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java	(revision 34094)
+++ applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java	(revision 34095)
@@ -43,5 +43,5 @@
     public URL getWikiURL() {
         try {
-            return new URL("http://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo");
+            return new URL("https://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo");
         } catch (MalformedURLException e) {
             e.printStackTrace();
Index: applications/editors/josm/plugins/pbf/README
===================================================================
--- applications/editors/josm/plugins/pbf/README	(revision 34094)
+++ applications/editors/josm/plugins/pbf/README	(revision 34095)
@@ -10,5 +10,5 @@
 This plugin allows to import OSM data in PBF format.
 
-See http://wiki.openstreetmap.org/wiki/PBF
+See https://wiki.openstreetmap.org/wiki/PBF
 
 The source code in package crosby.binary has been copied from https://github.com/scrosby/OSM-binary.
Index: applications/editors/josm/plugins/pdfimport/README
===================================================================
--- applications/editors/josm/plugins/pdfimport/README	(revision 34094)
+++ applications/editors/josm/plugins/pdfimport/README	(revision 34095)
@@ -53,5 +53,5 @@
  ===========================================
  When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki:
-   http://josm.openstreetmap.de/wiki/Plugins
+   https://josm.openstreetmap.de/wiki/Plugins
  JOSM retrieves the list of available plugins and their build versions from this list.
 
@@ -70,6 +70,6 @@
 ========
 * Developing Plugins 
-  http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
+  https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
   
 * List of JOSM Plugins
-  http://josm.openstreetmap.de/wiki/Plugins
+  https://josm.openstreetmap.de/wiki/Plugins
Index: applications/editors/josm/plugins/pointInfo/README.md
===================================================================
--- applications/editors/josm/plugins/pointInfo/README.md	(revision 34094)
+++ applications/editors/josm/plugins/pointInfo/README.md	(revision 34095)
@@ -27,5 +27,5 @@
 ###The RUIAN module
 
- * Shows data about building, addresses, streets,  parcels and cadastral area from Czech RUIAN registry (http://wiki.openstreetmap.org/wiki/RUIAN)
+ * Shows data about building, addresses, streets,  parcels and cadastral area from Czech RUIAN registry (https://wiki.openstreetmap.org/wiki/RUIAN)
 
  * Additional actions are available :
Index: applications/editors/josm/plugins/pt_assistant/test/data/route-with-platform-as-way.osm
===================================================================
--- applications/editors/josm/plugins/pt_assistant/test/data/route-with-platform-as-way.osm	(revision 34094)
+++ applications/editors/josm/plugins/pt_assistant/test/data/route-with-platform-as-way.osm	(revision 34095)
@@ -235,5 +235,5 @@
     <tag k='note' v='Großbaustelle L 433. Quelle: http://velbert.de/aktuelles/presse/pressemeldungen/default.asp?details=1&amp;Id=9146' />
     <tag k='ref' v='L 433' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='surface' v='asphalt' />
     <tag k='turn:lanes:backward' v='left|through;right' />
@@ -249,5 +249,5 @@
     <tag k='ref' v='L 107' />
     <tag k='sidewalk' v='both' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='strassen-nrw:abs' v='4608038O4608035O' />
     <tag k='surface' v='asphalt' />
@@ -322,5 +322,5 @@
     <tag k='ref' v='L 107' />
     <tag k='sidewalk' v='both' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='strassen-nrw:abs' v='4608035O4608044O' />
     <tag k='surface' v='asphalt' />
@@ -347,5 +347,5 @@
     <tag k='ref' v='L 107' />
     <tag k='sidewalk' v='both' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='strassen-nrw:abs' v='4608035O4608044O' />
     <tag k='surface' v='asphalt' />
@@ -407,5 +407,5 @@
     <tag k='name' v='Donnerstraße' />
     <tag k='ref' v='L 433' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
   </way>
   <way id='41965630' timestamp='2015-01-14T12:16:24Z' uid='16314' user='mighty_eighty' visible='true' version='6' changeset='28133035'>
@@ -502,5 +502,5 @@
     <tag k='ref' v='L 107' />
     <tag k='sidewalk' v='both' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='strassen-nrw:abs' v='4608038O4608035O' />
     <tag k='surface' v='asphalt' />
@@ -521,5 +521,5 @@
     <tag k='ref' v='L 107' />
     <tag k='sidewalk' v='both' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='strassen-nrw:abs' v='4608038O4608035O' />
     <tag k='surface' v='asphalt' />
@@ -535,5 +535,5 @@
     <tag k='ref' v='L 107' />
     <tag k='sidewalk' v='both' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='strassen-nrw:abs' v='4608035O4608044O' />
     <tag k='surface' v='asphalt' />
@@ -562,5 +562,5 @@
     <tag k='note' v='Großbaustelle L 433. Quelle: http://velbert.de/aktuelles/presse/pressemeldungen/default.asp?details=1&amp;Id=9146' />
     <tag k='ref' v='L 433' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
   </way>
   <way id='302370902' timestamp='2015-12-02T19:25:27Z' uid='16314' user='mighty_eighty' visible='true' version='3' changeset='35712982'>
@@ -576,5 +576,5 @@
     <tag k='name' v='Donnerstraße' />
     <tag k='ref' v='L 433' />
-    <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
+    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     <tag k='turn:lanes:forward' v='left|none' />
   </way>
Index: applications/editors/josm/plugins/public_transport/README
===================================================================
--- applications/editors/josm/plugins/public_transport/README	(revision 34094)
+++ applications/editors/josm/plugins/public_transport/README	(revision 34095)
@@ -45,5 +45,5 @@
 
 ...
-http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29
+https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29
 
 
Index: applications/editors/josm/plugins/public_transport/resources/public_transport.html
===================================================================
--- applications/editors/josm/plugins/public_transport/resources/public_transport.html	(revision 34094)
+++ applications/editors/josm/plugins/public_transport/resources/public_transport.html	(revision 34095)
@@ -288,5 +288,5 @@
 <a id="notion.oxmoa"/>
 <strong>Oxmoa scheme</strong>
-- see <a href="http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema">http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema</a>.
+- see <a href="https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema">https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema</a>.
 This plug-in implements a subset of the Oxmoa scheme. We implement in particular here the splitting of <a href="#notion.line">bus lines</a> into <a href="#notion.bus_route">bus routes</a>. This allows to display the correct order of an itinerary and stops even if a section is passed twice or several times. The extra relations per line number on top of the bus route relations aren't implemented yet because there is no known use case for them. Also, the concept <em>stop_position</em> has not been implemented as it causes ambiguities: if it is placed on a non-oneway, the direction of the stop_position is unclear.
 </p>
Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java	(revision 34094)
+++ 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 34094)
+++ 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 34094)
+++ 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 34094)
+++ 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 34094)
+++ 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
  */
 
Index: applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java
===================================================================
--- applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java	(revision 34094)
+++ applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java	(revision 34095)
@@ -816,5 +816,5 @@
 
             if (sign.wiki != null || sign.loc_wiki != null) {
-                String wikiPrefix = Main.pref.get("plugin.roadsigns.wikiprefix", "http://wiki.openstreetmap.org/wiki/");
+                String wikiPrefix = Main.pref.get("plugin.roadsigns.wikiprefix", "https://wiki.openstreetmap.org/wiki/");
                 txt.append("<p>");
                 if (sign.loc_wiki != null) {
Index: applications/editors/josm/plugins/tag2link/README
===================================================================
--- applications/editors/josm/plugins/tag2link/README	(revision 34094)
+++ applications/editors/josm/plugins/tag2link/README	(revision 34095)
@@ -9,4 +9,4 @@
 This plugin allows to launch browser to a Web resource about a selected object having known tags, such as Wikipedia.
 
-See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link
+See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link
  
Index: applications/editors/josm/plugins/turnrestrictions/README
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/README	(revision 34094)
+++ applications/editors/josm/plugins/turnrestrictions/README	(revision 34095)
@@ -9,8 +9,8 @@
 SEE ALSO
 ========
-* <http://josm.openstreetmap.de/wiki/Plugins/turnrestrictions>
+* <https://josm.openstreetmap.de/wiki/Plugins/turnrestrictions>
   Information about the plugin in the OSM wiki.
    
-* <http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions>
+* <https://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions>
   Online help for the plugin, maintained on the JOSM wiki.
                          
Index: applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java	(revision 34094)
+++ applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java	(revision 34095)
@@ -6,5 +6,5 @@
 /**
  * This is the enumeration of turn restriction types, see
- * <a href="http://wiki.openstreetmap.org/wiki/Turn_restriction">OSM Wiki</a>
+ * <a href="https://wiki.openstreetmap.org/wiki/Turn_restriction">OSM Wiki</a>
  *
  */
Index: applications/editors/josm/plugins/utilsplugin2/README
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/README	(revision 34094)
+++ applications/editors/josm/plugins/utilsplugin2/README	(revision 34095)
@@ -17,3 +17,3 @@
  
  
-more info: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2
+more info: https://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2
Index: applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java
===================================================================
--- applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java	(revision 34094)
+++ applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java	(revision 34095)
@@ -81,5 +81,5 @@
         }
         final Collection<AutoCompletionItem> keys = new TreeSet<>();
-        // from http://wiki.openstreetmap.org/wiki/Proposed_features/Wikidata#Tagging
+        // from https://wiki.openstreetmap.org/wiki/Proposed_features/Wikidata#Tagging
         keys.add(new AutoCompletionItem("wikidata"));
         keys.add(new AutoCompletionItem("operator:wikidata"));
