From 4c3a0868669f1336dd1a56d2450ef1982913bdab Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 16 May 2019 22:02:26 +0900 Subject: [PATCH] HTTPS relevant links --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 240eb0d..ec2cb8d 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ new ClipboardJS('.btn'); Internally, we need to fetch all elements that matches with your selector and attach event listeners for each one. But guess what? If you have hundreds of matches, this operation can consume a lot of memory. -For this reason we use [event delegation](http://stackoverflow.com/questions/1687296/what-is-dom-event-delegation) which replaces multiple event listeners with just a single listener. After all, [#perfmatters](https://twitter.com/hashtag/perfmatters). +For this reason we use [event delegation](https://stackoverflow.com/questions/1687296/what-is-dom-event-delegation) which replaces multiple event listeners with just a single listener. After all, [#perfmatters](https://twitter.com/hashtag/perfmatters). # Usage @@ -168,7 +168,7 @@ clipboard.destroy(); ## Browser Support -This library relies on both [Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection) and [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) APIs. The first one is [supported by all browsers](http://caniuse.com/#search=selection) while the second one is supported in the following browsers. +This library relies on both [Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection) and [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) APIs. The first one is [supported by all browsers](https://caniuse.com/#search=selection) while the second one is supported in the following browsers. | Chrome logo | Edge logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | |:---:|:---:|:---:|:---:|:---:|:---:| @@ -186,4 +186,4 @@ Install for [Chrome](https://chrome.google.com/webstore/detail/codecopy/fkbfebkc ## License -[MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha +[MIT License](https://zenorocha.mit-license.org/) © Zeno Rocha