Skip to content

Commit

Permalink
Use protocol-relative url in core-icon example
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsavage committed Aug 14, 2014
1 parent 2df636f commit 98b6f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/elements/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To use it, import *core-icon.html* and declare an icon in your html:

<link rel="import" href="/bower_components/core-icon/core-icon.html">

<core-icon src="http://www.polymer-project.org/images/icons/android.svg"></core-icon>
<core-icon src="//www.polymer-project.org/images/icons/android.svg"></core-icon>

Produces: <core-icon src="/images/icons/android.svg"></core-icon>

Expand Down

0 comments on commit 98b6f94

Please sign in to comment.