X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Finterwiki.sql;h=68ebedfad913bf077f4b2e5bae1160c037bc3145;hb=276e9682da1c53a2c886c12f70b876ead2fd8318;hp=9e6072b7f224f2244fae29202c1734d3049ffc5e;hpb=a2c8c2969420a0f150c03f76e3a0bf9028fcda43;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'),