X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2Finterwiki.sql;h=68ebedfad913bf077f4b2e5bae1160c037bc3145;hb=732cf4d5bf47402c859cb96a23a717908a76eb56;hp=9e6072b7f224f2244fae29202c1734d3049ffc5e;hpb=3f59cb9f3a53ad28f8a95fe299c5de6abd24b453;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'),