From 8b29c9e1b652a7614c441b48b1af8fbbbc45077e Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 24 Feb 2016 22:24:36 +0200 Subject: [PATCH] Example should use https (like #44) --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fb708f9..2a8126f 100644 --- a/index.html +++ b/index.html @@ -96,9 +96,9 @@

Using with cdnjs

Copy the following code into the <head> of your page:

- <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
-   <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
+   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
<![endif]-->