adopt new thrift.js location within tutorial.html
authorRoger Meier <roger@apache.org>
Sat, 21 Sep 2013 06:47:21 +0000 (08:47 +0200)
committerRoger Meier <roger@apache.org>
Sat, 21 Sep 2013 06:47:21 +0000 (08:47 +0200)
changed by THRIFT-2190

Patch: Roger Meier

tutorial/js/tutorial.html

index 131ffae..112da70 100755 (executable)
@@ -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>