Index: src/site/docs/tutorials/remove-elements/index.markdown |
diff --git a/src/site/docs/tutorials/remove-elements/index.markdown b/src/site/docs/tutorials/remove-elements/index.markdown |
index 436fc7701c670774fff6dadf44b7e8e65ba3426b..dd949c4e108f598c954425fe35a160da81b92268 100644 |
--- a/src/site/docs/tutorials/remove-elements/index.markdown |
+++ b/src/site/docs/tutorials/remove-elements/index.markdown |
@@ -5,9 +5,9 @@ description: "Remove a child element from the DOM" |
has-permalinks: true |
tutorial: |
id: remove-elements |
-next: shared-pkgs |
+next: shared-pkgs/ |
next-title: "Install Shared Packages" |
-prev: add-elements |
+prev: add-elements/ |
prev-title: "Add Elements to the DOM" |
--- |
@@ -75,7 +75,7 @@ to remove all of the items in the list at once. |
<iframe class="running-app-frame" |
style="height:250px;width:300px;" |
- src="http://dart-lang.github.com/dart-tutorials-samples/web/target04/todo_with_delete/web/todo_with_delete.html"> |
+ src="http://dart-lang.github.io/dart-tutorials-samples/web/target04/todo_with_delete/web/todo_with_delete.html"> |
</iframe> |
You can find the complete source code for this sample on github at |