Repair Bulbapedia search path
Bulbapedia's search path was incorrectly listed as `/wiki/index.php` instead of `/w/index.php`. This caused redirection to Bulbapedia to fail, landing on the invalid wiki page https://bulbapedia.bulbagarden.net/wiki/index.phppull/503/head
parent
562ff0ff86
commit
2b6b0aa5df
|
@ -3470,7 +3470,7 @@
|
|||
"destination_platform": "mediawiki",
|
||||
"destination_icon": "bulbapedia.png",
|
||||
"destination_main_page": "Main_Page",
|
||||
"destination_search_path": "/wiki/index.php"
|
||||
"destination_search_path": "/w/index.php"
|
||||
},
|
||||
{
|
||||
"id": "en-portal",
|
||||
|
|
Loading…
Reference in New Issue