Chromium Code Reviews| Index: src/site/docs/tutorials/custom-elements/index.markdown |
| diff --git a/src/site/docs/tutorials/custom-elements/index.markdown b/src/site/docs/tutorials/custom-elements/index.markdown |
| index 04cd757fc7446b6eb2d82828a8a82a2842de7966..0f6b66e5574ee9b81275ab92a16830bd1800b1c0 100644 |
| --- a/src/site/docs/tutorials/custom-elements/index.markdown |
| +++ b/src/site/docs/tutorials/custom-elements/index.markdown |
| @@ -51,19 +51,16 @@ Get the source code for the samples featured in this target:</p> |
| <font size="24"> |
| <i class="icon-bullhorn"> </i> |
| </font> |
| - |
| - The Dart Web UI team recently |
| - <a href="https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/6laXXxRtA7k" target="_blank">announced</a> |
| - a port of the Polymer project: |
| - <a href="https://pub.dartlang.org/packages/polymer" target="_blank">polymer.dart</a>. |
| - |
| - We've converted most of the tutorial Web UI examples and compiled some |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/blob/master/web/to-polymer-notes.txt" target="_blank">notes</a> |
| - along the way. |
| - Check out source code for the polymer version of the |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target08-polymer/drseuss" |
| - target="_blank">drseuss</a> |
| - example. |
| + Web UI is being upgraded to polymer.dart. |
| + For more information about polymer.dart, |
| + including tips on porting Web UI apps to polymer.dart |
|
mem
2013/09/04 17:39:55
is polymer.dart supposed to be Polymer.dart? I thi
sethladd
2013/09/04 21:11:02
I've been trying to use polymer.dart unless it's t
|
| + and the current status of the project, |
| + check out the <a href="/polymer-dart/" target="_blank">polymer.dart</a> |
| + home page. |
| + For polymer.dart versions of the tutorial's Web UI apps, |
| + check out the tutorial's |
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/" |
| + target="_blank">code repo</a> on github. |
| </aside> |
| <hr> |