Skip to content

Commit

Permalink
Merge pull request #3 from sjmiles/master
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
Steve Orvell committed Oct 10, 2012
2 parents 1281934 + 7f0d7e1 commit eb5abe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<html>
<head>
<title>Icon</title>
<script src="../polyfills/Components/components-polyfill.js" shimShadow></script>
<link rel="components" href="../toolkit/src/g-icon.html">
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
<link rel="components" href="../../toolkit/src/g-icon.html">
</head>
<body>
<g-icon src="images/star_full.svg"></g-icon>
Expand Down

0 comments on commit eb5abe2

Please sign in to comment.