Index: src/site/docs/tutorials/get-started/index.markdown |
diff --git a/src/site/docs/tutorials/get-started/index.markdown b/src/site/docs/tutorials/get-started/index.markdown |
index ef2f76b625f27cfab3f1a0ca1442a4e7d0a622c8..a2fbde61b44dce0b55e7dd1d3272d6f721cb91f4 100644 |
--- a/src/site/docs/tutorials/get-started/index.markdown |
+++ b/src/site/docs/tutorials/get-started/index.markdown |
@@ -12,9 +12,9 @@ js: |
defer: true |
- url: /js/editor-version.js |
defer: true |
-next: connect-dart-html |
+next: connect-dart-html/ |
next-title: "Connect Dart & HTML" |
-prev: index.html |
+prev: /docs/tutorials/ |
prev-title: "A Game of Darts" |
--- |
@@ -452,7 +452,7 @@ Here is the clickme app running in a frame. |
<iframe class="running-app-frame" |
style="height:510px;width:500px;" |
- src="http://dart-lang.github.com/dart-tutorials-samples/web/target01/clickme/web/clickme.html"> |
+ src="http://dart-lang.github.io/dart-tutorials-samples/web/target01/clickme/web/clickme.html"> |
</iframe> |
You can run Dart web applications in other browsers |