X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Finterwiki.sql;h=68ebedfad913bf077f4b2e5bae1160c037bc3145;hb=2f115a877f99c8ec5b4cb5f237a48097db933047;hp=9e6072b7f224f2244fae29202c1734d3049ffc5e;hpb=68923d7a2385b4822bfc9f14f83567c2efacabd2;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/interwiki.sql b/maintenance/interwiki.sql index 9e6072b7f2..68ebedfad9 100644 --- a/maintenance/interwiki.sql +++ b/maintenance/interwiki.sql @@ -58,7 +58,7 @@ REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local,iw_api) VALUES ('wikif1','http://www.wikif1.org/$1',0,''), ('wikihow','https://www.wikihow.com/$1',0,'https://www.wikihow.com/api.php'), ('wikinfo','http://wikinfo.co/English/index.php/$1',0,''), -('wikimedia','https://wikimediafoundation.org/wiki/$1',0,'https://wikimediafoundation.org/w/api.php'), +('wikimedia','https://foundation.wikimedia.org/wiki/$1',0,'https://foundation.wikimedia.org/w/api.php'), ('wikinews','https://en.wikinews.org/wiki/$1',0,'https://en.wikinews.org/w/api.php'), ('wikipedia','https://en.wikipedia.org/wiki/$1',0,'https://en.wikipedia.org/w/api.php'), ('wikiquote','https://en.wikiquote.org/wiki/$1',0,'https://en.wikiquote.org/w/api.php'),