From b71ebf8ffaa5184084ac45ae98ec6c897701a2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Par=C3=A9?= Date: Mon, 26 Mar 2018 22:39:31 +0200 Subject: [PATCH] Fix URL scheme issue (http => https) Use https instead of http on github demo page --- README.md | 2 +- demo/index.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa9f1b3..b7f3d7d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is very useful to : - track clicks on Youtube embed video player - ... and any other iframe ! -Try it now : [demo](http://cdn.rawgit.com/vincepare/iframeTracker-jquery/master/demo/index.html). +Try it now : [demo](https://cdn.rawgit.com/vincepare/iframeTracker-jquery/master/demo/index.html). How does it work ? ------------------ diff --git a/demo/index.html b/demo/index.html index 49ad188..e3ac359 100644 --- a/demo/index.html +++ b/demo/index.html @@ -3,7 +3,7 @@ jQuery iframe click tracking plugin - + - - - - - + + + + +