Skip to content

Commit

Permalink
Add cross-reference for API docs. Fixes #2180
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 31, 2015
1 parent b9b86d5 commit 9bdcc3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<a name="feature-list"></a>
Below is a description of current Polymer features, followed by individual feature guides.

See [the full Polymer.Base API documentation](http://polymer.github.io/polymer/) for details on specific methods and properties.

<a name="polymer-micro"></a>
**Basic Custom Element sugaring**

Expand Down Expand Up @@ -2044,7 +2046,7 @@ Example:
<a name="utility-functions"></a>
## Utility Functions

Polymer's Base prototype provides a set of useful convenience/utility functions for instances to use. See API documentation for more details.
Polymer's Base prototype provides a set of useful convenience/utility functions for instances to use. [See API documentation for more details](http://polymer.github.io/polymer/).

* toggleClass
* toggleAttribute
Expand Down

0 comments on commit 9bdcc3b

Please sign in to comment.