Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fix link in docs, cleanup metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Mar 27, 2014
1 parent 0491fb2 commit 11214e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core-icon.html
Expand Up @@ -30,7 +30,7 @@
*
* <core-icon icon="fruit:cherry"></core-icon>
*
* See <a href="core-iconset.html">core-iconset</a> for more information about
* See <a href="#core-iconset">core-iconset</a> for more information about
* how to use a custom iconset.
*
* The default set of includes these icons:
Expand Down
10 changes: 6 additions & 4 deletions metadata.html
@@ -1,9 +1,11 @@
<x-meta id="polymer-ui-icon" label="Polymer Icon">
<dependency url="polymer-ui-elements/polymer-ui-icon/polymer-ui-icon.html"></dependency>
<x-meta id="core-icon" label="Polymer Core Icon" group="Core">

<template>
<polymer-ui-icon icon="search" theme="polymer-ui-light-theme"></polymer-ui-icon>
<core-icon icon="search" theme="core-light-theme"></core-icon>
</template>

<template id="imports">
<link rel="import" href="polymer-ui-icon.html">
<link rel="import" href="core-icon.html">
</template>

</x-meta>

0 comments on commit 11214e2

Please sign in to comment.