From 8195c05bc139fab03199faa00a236c79ec10564a Mon Sep 17 00:00:00 2001 From: Misode Date: Wed, 13 Mar 2024 18:52:37 +0100 Subject: [PATCH] Fix #489 point of interest type tag URL --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 6e7d4c23..0da41bcf 100644 --- a/src/config.json +++ b/src/config.json @@ -522,7 +522,7 @@ }, { "id": "tag/point_of_interest_type", - "url": "tags/painting-variant", + "url": "tags/point-of-interest-type", "tags": ["tags"], "path": "tags/point_of_interest_type", "schema": "point_of_interest_type_tag",