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/03/21 15:21:11 UTC

[20/38] git commit: Changing script reference to local path

Changing script reference to local path


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

Branch: refs/pull/75/merge
Commit: 97a2ac064d196595e8ec7bd7106f77785b45926d
Parents: a96c3ac
Author: ryan bridges <rb...@apigee.com>
Authored: Thu Mar 20 16:31:15 2014 -0400
Committer: ryan bridges <rb...@apigee.com>
Committed: Thu Mar 20 16:42:07 2014 -0400

----------------------------------------------------------------------
 sdks/html5-javascript/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/97a2ac06/sdks/html5-javascript/README.md
----------------------------------------------------------------------
diff --git a/sdks/html5-javascript/README.md b/sdks/html5-javascript/README.md
index 2d7bdf6..a46e19f 100755
--- a/sdks/html5-javascript/README.md
+++ b/sdks/html5-javascript/README.md
@@ -6,9 +6,9 @@ Detailed instructions follow but if you just want a quick example of how to get
 <html>
 	<head>
 		<!-- Don't forget to include the SDK -->
-		<script src="https://apigee.com/usergrid/sdk/usergrid.0.10.8.js"></script>
-		<!-- If you prefer a local copy, you can find the file at the root the SDK’s github repo
-			 github.com/apigee/usergrid-javascript-sdk -->
+		<script src="/path/to/usergrid.js"></script>
+		<!-- You can find the file in the Usergrid github repo
+			 https://github.com/usergrid/usergrid/blob/master/sdks/html5-javascript/usergrid.js -->
 
 		<script type="text/javascript">