Changeset 30074 in osm for applications


Ignore:
Timestamp:
2013-11-21T22:44:18+01:00 (11 years ago)
Author:
simon04
Message:

JOSM/wikipedia: change URL to cat scanner (since tool migrated to Tool Labs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java

    r29854 r30074  
    7373    static List<WikipediaEntry> getEntriesFromCategory(String wikipediaLang, String category, int depth) {
    7474        try {
    75             final String url = "http://toolserver.org/~simon04/cats.php"
     75            final String url = "http://tools.wmflabs.org/cats-php/"
    7676                    + "?lang=" + wikipediaLang
    7777                    + "&depth=" + depth
Note: See TracChangeset for help on using the changeset viewer.