X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/877f15e06b6545a141ae71fa201e13a461cc2a7b..e2c7b4f86438a68bcbb057beca507c2364d96d3e:/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb diff --git a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb index 6f7e8d6eb..d609a3d57 100644 --- a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb +++ b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb @@ -89,7 +89,7 @@ $wgWBClientSettings['showExternalRecentChanges'] = true; // Base URL for building links to the repository. // Assumes your wiki is setup as "http://repo.example.org/wiki/" // This can be protocol relative, such as "//www.wikidata.org" -$wgWBClientSettings['repoUrl'] = "https://wiki.openstreetmap.org"; +$wgWBClientSettings['repoUrl'] = "https://<%= @site %>"; // This setting is optional if you have the same type of setup for your // repo and client. It will default to using the client's $wgArticlePath setting,