diff options
Diffstat (limited to 'sca-cpp/trunk/samples/loan-python/htdocs/index.html')
-rw-r--r-- | sca-cpp/trunk/samples/loan-python/htdocs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/samples/loan-python/htdocs/index.html b/sca-cpp/trunk/samples/loan-python/htdocs/index.html index bb05427a37..fe9ed4fd6a 100644 --- a/sca-cpp/trunk/samples/loan-python/htdocs/index.html +++ b/sca-cpp/trunk/samples/loan-python/htdocs/index.html @@ -20,7 +20,7 @@ <head>
<title>Store</title>
-<script type="text/javascript" src="/js/ref.js"></script>
+<script type="text/javascript" src="/wiring/ref.js"></script>
<script type="text/javascript">
var component = new tuscany.sca.Component("Store");
|