Changeset 30354 in osm


Ignore:
Timestamp:
2014-03-24T22:04:14+01:00 (11 years ago)
Author:
donvip
Message:

[josm_mirrored_download] https access to JOSM website

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mirrored_download/src/mirrored_download/UrlSelectionDialog.java

    r29505 r30354  
    103103
    104104  private Collection<String> getURLs() {
    105     // List can be edited at http://josm.openstreetmap.de/wiki/MirroredDownloadInfo
    106     String src = Main.pref.get("plugin.mirrored_download.url-src", "http://josm.openstreetmap.de/mirrored_download_info");
     105    // List can be edited at https://josm.openstreetmap.de/wiki/MirroredDownloadInfo
     106    String src = Main.pref.get("plugin.mirrored_download.url-src", "https://josm.openstreetmap.de/mirrored_download_info");
    107107    Collection<String> urls = new ArrayList<String>();
    108108    InputStream in = null;
Note: See TracChangeset for help on using the changeset viewer.