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 21:23:51 UTC

[12/24] git commit: fixed help url

fixed help url


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/77ecd142
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/77ecd142
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/77ecd142

Branch: refs/pull/96/merge
Commit: 77ecd14225f0ca9189666841d37614f85a1dc63d
Parents: 0818271
Author: amuramoto <am...@apigee.com>
Authored: Wed Apr 2 09:25:15 2014 -0700
Committer: amuramoto <am...@apigee.com>
Committed: Wed Apr 2 09:25:15 2014 -0700

----------------------------------------------------------------------
 portal/js/global/help-service.js | 2 +-
 portal/js/usergrid-dev.min.js    | 4 ++--
 portal/js/usergrid.min.js        | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/77ecd142/portal/js/global/help-service.js
----------------------------------------------------------------------
diff --git a/portal/js/global/help-service.js b/portal/js/global/help-service.js
index 6335e3c..5a1203d 100644
--- a/portal/js/global/help-service.js
+++ b/portal/js/global/help-service.js
@@ -122,7 +122,7 @@ AppServices.Services.factory('help', function($rootScope, $http, $analytics) {
 
 
   var getHelpJson = function(path) {
-    return $http.jsonp('https://sdk.apigee.com/portal_help' + path + '/helpJson.json?callback=JSON_CALLBACK');
+    return $http.jsonp('https://s3.amazonaws.com/sdk.apigee.com/portal_help' + path + '/helpJson.json?callback=JSON_CALLBACK');
   };
 
   var getHelpStatus = function(helpType) {

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