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

Unified Diff: src/site/docs/tutorials/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/index.markdown
diff --git a/src/site/docs/tutorials/index.markdown b/src/site/docs/tutorials/index.markdown
index fe956d0cef7f8cccd4d0ba798f0fbfe047e47316..a6b7389c39e0f0c04160a35a817ee862069708e9 100644
--- a/src/site/docs/tutorials/index.markdown
+++ b/src/site/docs/tutorials/index.markdown
@@ -11,7 +11,7 @@ article:
written_on: 2012-10-01
updated_on: 2013-07-01
collection: everyday-dart
-next: get-started
+next: get-started/
next-title: "Get Started"
---
@@ -179,7 +179,7 @@ using the Dart language, tools, and APIs.
<!-- Custom Elements -->
<div class="span6">
<section>
- <h4><a href="custom-elements"><img src="images/target.png" height="20" width="20">&nbsp;Define a Custom DOM Tag</a></h4>
+ <h4><a href="custom-elements/"><img src="images/target.png" height="20" width="20">&nbsp;Define a Custom DOM Tag</a></h4>
<p>Create new HTML tags with custom elements.</p>
<img src="images/convert-screenshot.png" width="300">
</section>
@@ -196,7 +196,7 @@ using the Dart language, tools, and APIs.
<div class="span6" style="border-right:1px solid Lavender">
<section>
- <h4><a href="polymer"><img src="images/target.png" height="20" width="20">&nbsp;Polymer</a></h4>
+ <h4><a href="polymer/"><img src="images/target.png" height="20" width="20">&nbsp;Polymer</a></h4>
<p>Polymer - a shiny new package!</p>
<img src="images/countdown-screenshot.png" width="300">
</section>
@@ -223,7 +223,7 @@ using the Dart language, tools, and APIs.
<!-- Fetch Data -->
<div class="span6" style="border-right:1px solid Lavender">
<section>
- <h4><a href="fetchdata"><img src="images/target.png" height="20" width="20">&nbsp;Fetch Data Dynamically</a></h4>
+ <h4><a href="fetchdata/"><img src="images/target.png" height="20" width="20">&nbsp;Fetch Data Dynamically</a></h4>
<p>Load data from a static file or from a server.</p>
<img src="images/allaboutyou-screenshot.png" width="300">
</section>
@@ -260,7 +260,7 @@ using the Dart language, tools, and APIs.
<div class="span6" style="border-right:1px solid Lavender">
<section>
- <h4><a href="mobile"><img src="images/target.png" height="20" width="20">&nbsp;Write for Mobile Devices</a></h4>
+ <h4><a href="mobile/"><img src="images/target.png" height="20" width="20">&nbsp;Write for Mobile Devices</a></h4>
<p>Mobile devices are taking over the world!</p>
<img src="images/countdown-screenshot.png" width="300">
</section>
« no previous file with comments | « src/site/docs/tutorials/get-started/index.markdown ('k') | src/site/docs/tutorials/indexeddb/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698