Chromium Code Reviews| 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 |