From 0d4ae31f175de33bdf0321bdc6cabe6a3f736ee5 Mon Sep 17 00:00:00 2001 From: trfunk <4313364+trfunk@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:03:07 +0200 Subject: [PATCH] Fix path for the Dota 2 wiki The fandom wiki that moved is the game wiki and not the eSports wiki. This fixes the path to be the correct one. --- data/sitesEN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sitesEN.json b/data/sitesEN.json index f13759a..7db475a 100644 --- a/data/sitesEN.json +++ b/data/sitesEN.json @@ -1738,8 +1738,8 @@ "destination_platform": "mediawiki", "destination_icon": "liquipediadota2wiki.png", "destination_main_page": "Main_Page", - "destination_search_path": "/dota2/index.php", - "destination_content_path": "/dota2/" + "destination_search_path": "/dota2game/index.php", + "destination_content_path": "/dota2game/" }, { "id": "en-dotflow",