From 71d2a100a726b14441571ae5522f8af3fb4705f6 Mon Sep 17 00:00:00 2001 From: John Franey Date: Sat, 8 Dec 2018 00:08:26 -0500 Subject: [PATCH 1/2] README: Update old URL Updates reference to an old URL in the README (devicon.fr) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f8e03c..2de825dc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See all available icons on the [new website](http://konpa.github.io/devicon/). ## How to use -For a super fast setup go check [devicon.fr](http://konpa.github.io/devicon/) +For a super fast setup go check [http://konpa.github.io/devicon/](http://konpa.github.io/devicon/) _2 ways of using devicon:_ From cbd384149a343214900d5c3e8295a1f88f912020 Mon Sep 17 00:00:00 2001 From: John Franey Date: Wed, 12 Dec 2018 09:57:27 -0400 Subject: [PATCH 2/2] Update README.md Use HTTPS in website links in the README to save a redirect from http. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2de825dc..ea187f3c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Devicon v2 -[http://konpa.github.io/devicon/](http://konpa.github.io/devicon/) +[https://konpa.github.io/devicon/](https://konpa.github.io/devicon/) Devicon aims to gather all logos representing development languages and tools. Each icon comes in several versions: font/svg, original/plain/line, colored/not colored, wordmark/no wordmark. Devicon it's 78 icons and 200+ versions. And it's growing! -See all available icons on the [new website](http://konpa.github.io/devicon/). +See all available icons on the [new website](https://konpa.github.io/devicon/). ## Icon requests @@ -15,13 +15,13 @@ See all available icons on the [new website](http://konpa.github.io/devicon/). ## How to use -For a super fast setup go check [http://konpa.github.io/devicon/](http://konpa.github.io/devicon/) +For a super fast setup go check [https://konpa.github.io/devicon/](https://konpa.github.io/devicon/) _2 ways of using devicon:_ #### SVG icons -- Copy/paste svg code (from the [svg folder](https://github.com/konpa/devicon/tree/master/icons) or the [project page](http://konpa.github.io/devicon/) using your dev tool) +- Copy/paste svg code (from the [svg folder](https://github.com/konpa/devicon/tree/master/icons) or the [project page](https://konpa.github.io/devicon/) using your dev tool) ```html @@ -83,7 +83,7 @@ You can install devicon as a dependency to your project either with NPM or Bower Final font is build with [Icomoon app](https://icomoon.io/) -##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon website](http://konpa.github.io/devicon/) for complete and up to date reference of icon's available versions. +##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon website](https://konpa.github.io/devicon/) for complete and up to date reference of icon's available versions. ## Contribute