You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/02 19:21:02 UTC

[06/19] merging upstream

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/0818271c/portal/js/usergrid-dev.min.js
----------------------------------------------------------------------
diff --git a/portal/js/usergrid-dev.min.js b/portal/js/usergrid-dev.min.js
index af849c2..805a4dc 100644
--- a/portal/js/usergrid-dev.min.js
+++ b/portal/js/usergrid-dev.min.js
@@ -1,4 +1,4 @@
-/*! usergrid@2.0.2 2014-03-31 */
+/*! usergrid@2.0.2 2014-04-01 */
 (function(exports, global) {
     global["true"] = exports;
     "use strict";
@@ -1237,7 +1237,7 @@
             introjs_step++;
         };
         var getHelpJson = function(path) {
-            return $http.jsonp("http://sdk.apigee.com.s3.amazonaws.com/portal_help" + path + "/helpJson.json?callback=JSON_CALLBACK");
+            return $http.jsonp("https://sdk.apigee.com/portal_help" + path + "/helpJson.json?callback=JSON_CALLBACK");
         };
         var getHelpStatus = function(helpType) {
             var status;