Index: src/site/polymer-dart/index.markdown |
diff --git a/src/site/polymer-dart/index.markdown b/src/site/polymer-dart/index.markdown |
index 55926aa261ca6eb138f8e558c8993ef8aea4e7ea..08d3d9cd593b0982bb94e7947ab5aa6b2aad42f2 100644 |
--- a/src/site/polymer-dart/index.markdown |
+++ b/src/site/polymer-dart/index.markdown |
@@ -119,6 +119,13 @@ available to you today. |
## Examples |
+Here's some code that uses Polymer.dart. |
+Also see the Dart tutorials' |
+[Define a Custom Element](/docs/tutorials/polymer-intro/), |
+which provides an example and a description |
+of defining, implementing, and instantiating |
+a custom element. |
+ |
### Custom elements |
Extend the lexicon of HTML with your own custom elements. |
@@ -444,6 +451,17 @@ to Dart developers. |
<hr> |
+## Tutorials |
+ |
+[Define a Custom Element](/docs/tutorials/polymer-intro/), |
+part of the |
+[Dart tutorials](/docs/tutorials/), |
+provides a detailed introduction to using Polymer.dart to create |
+custom elements. |
+You can also check out the other |
+[examples](/docs/tutorials/polymer-intro/#what-next) |
+in the tutorials that use Polymer. |
+ |
## Additional reading |
The cultured Dartisan studies the specifications and articles that cover |