Skip to content

Commit

Permalink
Merge pull request simonwhitaker#45 from hugovk/https
Browse files Browse the repository at this point in the history
Example should use https
  • Loading branch information
simonwhitaker committed Feb 24, 2016
2 parents c4a9151 + 8b29c9e commit 7586d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h2>Using with cdnjs</h2>
Copy the following code into the <strong>&lt;head&gt;</strong> of your page:
</p>
<code>
&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" /&gt;<br/>
&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" /&gt;<br/>
&lt;!--[if lt IE 9]&gt;<br/>
&nbsp;&nbsp;&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" /&gt;<br/>
&nbsp;&nbsp;&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" /&gt;<br/>
&lt;![endif]--&gt;
</code>
<p>
Expand Down

0 comments on commit 7586d44

Please sign in to comment.