Changeset 34095 in osm for applications/editors/josm/plugins/alignways/src/com
- Timestamp:
- 2018-03-24T18:17:57+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java
r32920 r34095 133 133 if (Desktop.isDesktopSupported()) { 134 134 try { 135 URI uri = new URI("http ://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles");135 URI uri = new URI("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles"); 136 136 Desktop.getDesktop().browse(uri); 137 137 } catch (URISyntaxException ex) {
Note:
See TracChangeset
for help on using the changeset viewer.