In ES data: Using content path instead of api path / Platform name fix

pull/14/head
Kevin Payravi 2022-11-26 05:09:23 -05:00 committed by GitHub
parent 819bd67a6e
commit a59545a43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"origin_content_path": "/wiki/",
"destination": "SmashPedia",
"destination_base_url": "es.ssbwiki.com",
"destination_api_path": "/",
"destination_platform": "mw",
"destination_content_path": "/wiki/",
"destination_platform": "mediawiki",
"destination_icon": "smashpedia.png"
},
{
@ -15,8 +15,8 @@
"origin_content_path": "/wiki/",
"destination": "WikiDex",
"destination_base_url": "www.wikidex.net",
"destination_api_path": "/",
"destination_platform": "mw",
"destination_content_path": "/wiki/",
"destination_platform": "mediawiki",
"destination_icon": "wikidex.png"
}
]