Explorar o código

Corrected paths for trysmalltalk.

Thomas Rake %!s(int64=11) %!d(string=hai) anos
pai
achega
f16563c225
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      trysmalltalk/index.html

+ 3 - 3
trysmalltalk/index.html

@@ -1,13 +1,13 @@
 <html>
 <head>
 <title>TrySmalltalk</title>
-<script src="../../js/amber.js" type="text/javascript"></script>
+<script src="../vendor/amber/js/amber.js" type="text/javascript"></script>
 </head>
 <body>
 <script type="text/javascript"> 
 	loadAmber({
-		files: ['TrySmalltalk.js'],
-		prefix: 'examples/trysmalltalk/js',
+		files: ['TrySmalltalk'],
+		prefix: '../../trysmalltalk/js',
 		ready: function() {
 			smalltalk.Browser._openOn_(smalltalk.ProfStef)
 			smalltalk.TrySmalltalkWidget._open();