Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: src/site/docs/tutorials/remove-elements/index.markdown

Issue 20778002: more link tweaking (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: getting ready for push Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « src/site/docs/tutorials/indexeddb/index.markdown ('k') | src/site/docs/tutorials/shared-pkgs/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698