diff --git a/tools/commands-cordova.js b/tools/commands-cordova.js index 88fb035490..e154fd8fb3 100644 --- a/tools/commands-cordova.js +++ b/tools/commands-cordova.js @@ -2489,7 +2489,7 @@ main.registerCommand({ host = "Linux"; } if (host) { - var wikiPage = "Cordova-Installation:-" + capitalize(platform) + "-on-" + host; + var wikiPage = "Mobile-Dev-Install:-" + capitalize(platform) + "-on-" + host; var anchor = installed.missing.length ? installed.missing[0] : null; var url = "https://github.com/meteor/meteor/wiki/" + wikiPage; // URL escape? if (anchor) {