| 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
|
|
|