From 94c79151fa08fd66e2008d0d2d95a8c8c286e152 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Fri, 10 Oct 2014 01:13:43 -0700 Subject: [PATCH] Change URL to install wiki. --- tools/commands-cordova.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {