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

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

Issue 27070003: removing links to github in favor of downloading a zipfile from github (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: ZIP is all caps Created 7 years, 2 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
« no previous file with comments | « src/site/docs/tutorials/polymer-intro/index.markdown ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6852d2c665a055d1b80fec9a8ab4741a0526f96f..567fbe0f35f8255a7e090ea43df1d56a5635d470 100644
--- a/src/site/docs/tutorials/remove-elements/index.markdown
+++ b/src/site/docs/tutorials/remove-elements/index.markdown
@@ -23,15 +23,14 @@ expression.
{% capture sample_links %}
-<p>
-Get the source code for the sample featured in this tutorial:</p>
+<p> This tutorial features this example:</p>
+* todo_with_delete
-<ul>
- <li>
- <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/remove-elements/todo_with_delete"
- target="_blank">todo_with_delete</a>
- </li>
-</ul>
+<p>
+Don't have the source code?
+<a href="https://github.com/dart-lang/dart-tutorials-samples/archive/master.zip">
+ Download it.
+</a>
{% endcapture %}
@@ -78,10 +77,6 @@ to remove all of the items in the list at once.
src="examples/todo_with_delete/todo_with_delete.html">
</iframe>
-You can find the complete source code for this sample on github at
-<a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/remove-elements/todo_with_delete"
-target="_blank">todo_with_delete</a>.
-
The remaining sections describe
key aspects of the code
added to the todo app for this tutorial.
« no previous file with comments | « src/site/docs/tutorials/polymer-intro/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698