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

Unified Diff: src/site/docs/tutorials/indexeddb/index.markdown

Issue 275613002: Update polymer tutorial; make directory paths match new sample structure (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: probably nothing (oh app engine you joker) Created 6 years, 7 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/indexeddb/index.markdown
diff --git a/src/site/docs/tutorials/indexeddb/index.markdown b/src/site/docs/tutorials/indexeddb/index.markdown
index 579cdc4e176962b1a132524e4565923febe99671..64da9a8533d2b11498b74b7faeac62e891681c6f 100644
--- a/src/site/docs/tutorials/indexeddb/index.markdown
+++ b/src/site/docs/tutorials/indexeddb/index.markdown
@@ -124,13 +124,13 @@ Use the **Clear** button to delete all the milestones.
<iframe class="running-app-frame"
style="height:400px;width:600px;"
- src="examples/count_down/out/web/count_down.html">
+ src="examples/count_down/web/count_down.html">
</iframe>
<aside class="alert">
<strong>Version Note:</strong> The count_down app
is compatible with
-<a href="https://pub.dartlang.org/packages/polymer#versions">polymer.dart 0.9</a>.
+<a href="https://pub.dartlang.org/packages/polymer#versions">polymer.dart 0.10</a>.
</aside>
###Using developer tools to look at the database

Powered by Google App Engine
This is Rietveld 408576698