Changeset 30719 in osm


Ignore:
Timestamp:
2014-10-13T21:47:08+02:00 (10 years ago)
Author:
donvip
Message:

[josm_tag2link] https access to wikimedia sites

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml

    r30718 r30719  
    3939        <rule>
    4040            <condition k="wikipedia(?::(\p{Lower}{2,}))?" v="(?:(\p{Lower}{2,}):)?(.*)" />
    41             <link name="View %name% article" href="http://%k.1:v.1:en%.wikipedia.org/wiki/%v.2:v.1%" />
     41            <link name="View %name% article" href="https://%k.1:v.1:en%.wikipedia.org/wiki/%v.2:v.1%" />
    4242        </rule>
    4343        <rule>
    4444            <condition k="wikidata" />
    45             <link name="View Wikidata page" href="http://www.wikidata.org/wiki/%v%" />
     45            <link name="View Wikidata page" href="https://www.wikidata.org/wiki/%v%" />
    4646        </rule>
    4747    </src>
Note: See TracChangeset for help on using the changeset viewer.