Skip to content

Commit 9bdcc3b

Browse files
committed
Add cross-reference for API docs. Fixes #2180
1 parent b9b86d5 commit 9bdcc3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PRIMER.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<a name="feature-list"></a>
44
Below is a description of current Polymer features, followed by individual feature guides.
55

6+
See [the full Polymer.Base API documentation](http://polymer.github.io/polymer/) for details on specific methods and properties.
7+
68
<a name="polymer-micro"></a>
79
**Basic Custom Element sugaring**
810

@@ -2044,7 +2046,7 @@ Example:
20442046
<a name="utility-functions"></a>
20452047
## Utility Functions
20462048

2047-
Polymer's Base prototype provides a set of useful convenience/utility functions for instances to use. See API documentation for more details.
2049+
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/).
20482050

20492051
* toggleClass
20502052
* toggleAttribute

0 commit comments

Comments
 (0)