summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2013-09-21 08:47:21 +0200
committerRoger Meier <roger@apache.org>2013-09-21 08:47:21 +0200
commitea4600b6b8e7dfb81bfb52a7a4e9f7a2b848120c (patch)
tree2c0ab18d043f7026b22f0a94b1a9826e2dad5f18 /tutorial
parent095ddb7ff8c9e503c2186e8452f2de7f7451212a (diff)
downloadthrift-ea4600b6b8e7dfb81bfb52a7a4e9f7a2b848120c.tar.gz
adopt new thrift.js location within tutorial.html
changed by THRIFT-2190 Patch: Roger Meier
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/js/tutorial.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/js/tutorial.html b/tutorial/js/tutorial.html
index 131ffae9b..112da702e 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>