Index: samples/openglui/web/raytrace.html |
diff --git a/samples/simplegl/raytrace.html b/samples/openglui/web/raytrace.html |
similarity index 89% |
rename from samples/simplegl/raytrace.html |
rename to samples/openglui/web/raytrace.html |
index a05707c54ea4282e1ac4e43240a5911a9e76d870..5179e6e385331056b1363cd535b643e7ffcf461d 100644 |
--- a/samples/simplegl/raytrace.html |
+++ b/samples/openglui/web/raytrace.html |
@@ -13,7 +13,7 @@ |
<link rel="stylesheet" href="simplegl.css"> |
</head> |
<body> |
- <script type="application/dart" src="web/raytrace_driver.dart"></script> |
+ <script type="application/dart" src="raytrace_driver.dart"></script> |
<script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script> |
</body> |
</html> |