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

Unified Diff: src/site/docs/tutorials/get-started/index.markdown

Issue 20778002: more link tweaking (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: 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/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..a33a899e227b8eeb14315b2ea29f14823243629b 100644
--- a/src/site/docs/tutorials/get-started/index.markdown
+++ b/src/site/docs/tutorials/get-started/index.markdown
@@ -12,7 +12,7 @@ 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
Kathy Walrath 2013/07/26 19:33:27 instead of index.html, use /docs/tutorials/
mem 2013/07/26 20:36:32 same change to indexeddb On 2013/07/26 19:33:27,
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

Powered by Google App Engine
This is Rietveld 408576698