Changeset 36296 in osm


Ignore:
Timestamp:
2024-07-23T19:29:47+02:00 (3 months ago)
Author:
taylor.smock
Message:

Fix #23816: Update Microsoft Streetside plugin link to point at current source code instead of old source code

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties

    r36278 r36296  
    44plugin.description=Allows the user to work with pictures hosted at Microsoft Streetside
    55plugin.icon=images/streetside-logo.svg
    6 plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
     6plugin.link=https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside
    77plugin.minimum.java.version=21
    88
  • applications/editors/josm/plugins/MicrosoftStreetside/pom.xml

    r36282 r36296  
    2323        <plugin.description>Allows the user to work with pictures hosted at Microsoft Streetside</plugin.description>
    2424        <plugin.icon>images/streetside-logo.svg</plugin.icon>
    25         <plugin.link>https://github.com/Microsoft/MicrosoftStreetsidePlugin</plugin.link>
     25        <plugin.link>https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside</plugin.link>
    2626        <plugin.canloadatruntime>true</plugin.canloadatruntime>
    2727        <java.lang.version>21</java.lang.version>
Note: See TracChangeset for help on using the changeset viewer.