| 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 089b8c8b324a4f71032eff04eb1de283b7494806..9f3858ebbbf4078f2e941c76b4a7e6a344261310 100644
|
| --- a/src/site/docs/tutorials/indexeddb/index.markdown
|
| +++ b/src/site/docs/tutorials/indexeddb/index.markdown
|
| @@ -27,7 +27,11 @@ Get the source code for the example featured in this target:</p>
|
| <ul>
|
| <li>
|
| <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target11/count_down"
|
| - target="_blank">count_down</a>
|
| + target="_blank">count_down</a> (web_ui)
|
| + </li>
|
| + <li>
|
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target11/count_down"
|
| + target="_blank">count_down</a> (polymer)
|
| </li>
|
| </ul>
|
|
|
|
|