Skip to content

Commit 98b6f94

Browse files
committed
Use protocol-relative url in core-icon example
1 parent 2df636f commit 98b6f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/elements/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use it, import *core-icon.html* and declare an icon in your html:
3737

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

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

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

0 commit comments

Comments
 (0)