From 9bdcc3b1ae348e0cbd0b13e26d44f17994cd430f Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 31 Jul 2015 10:53:24 -0700 Subject: [PATCH] Add cross-reference for API docs. Fixes #2180 --- PRIMER.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PRIMER.md b/PRIMER.md index acc08146cd..ef781c683f 100644 --- a/PRIMER.md +++ b/PRIMER.md @@ -3,6 +3,8 @@ 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. + **Basic Custom Element sugaring** @@ -2044,7 +2046,7 @@ Example: ## 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