Skip to content

Commit

Permalink
Update Tag2Link PREF_SOURCE variable
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18910 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Dec 13, 2023
1 parent bbb82c2 commit 6445620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openstreetmap/josm/tools/Tag2Link.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class Tag2Link {
.collect(Collectors.joining("|"));

static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2022.11.28/index.json"));
Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2023.11.21/index.json"));

static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Arrays.asList("https://duckduckgo.com/?q=$1", "https://www.google.com/search?q=$1")).cached();
Expand Down

0 comments on commit 6445620

Please sign in to comment.