You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2013/09/21 10:32:40 UTC

git commit: adopt new thrift.js location within tutorial.html changed by THRIFT-2190

Updated Branches:
  refs/heads/master 095ddb7ff -> ea4600b6b


adopt new thrift.js location within tutorial.html
changed by THRIFT-2190

Patch: Roger Meier


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ea4600b6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/ea4600b6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/ea4600b6

Branch: refs/heads/master
Commit: ea4600b6b8e7dfb81bfb52a7a4e9f7a2b848120c
Parents: 095ddb7
Author: Roger Meier <ro...@apache.org>
Authored: Sat Sep 21 08:47:21 2013 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sat Sep 21 08:47:21 2013 +0200

----------------------------------------------------------------------
 tutorial/js/tutorial.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/ea4600b6/tutorial/js/tutorial.html
----------------------------------------------------------------------
diff --git a/tutorial/js/tutorial.html b/tutorial/js/tutorial.html
index 131ffae..112da70 100755
--- a/tutorial/js/tutorial.html
+++ b/tutorial/js/tutorial.html
@@ -22,7 +22,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Thrift Javascript Bindings - Tutorial Example</title>
 
-  <script src="../../lib/js/thrift.js"                   type="text/javascript"></script>
+  <script src="../../lib/js/src/thrift.js"  type="text/javascript"></script>
   <script src="gen-js/tutorial_types.js"    type="text/javascript"></script>
   <script src="gen-js/shared_types.js"      type="text/javascript"></script>
   <script src="gen-js/SharedService.js"     type="text/javascript"></script>