Change URL to install wiki.

This commit is contained in:
Nick Martin
2014-10-10 01:13:43 -07:00
parent cc3fbff888
commit 94c79151fa

View File

@@ -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) {