From 6a8095041b5d8c757b9f41fa06c603befd44d7c7 Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Thu, 13 Oct 2016 09:54:05 +0200 Subject: [PATCH] Typo on one URL. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1060138..b9f4191 100644 --- a/README.md +++ b/README.md @@ -330,14 +330,14 @@ A list of badges, with their Markdown code, that can be included in a `README.md ``` ### GPLv3 License -[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](perso.crans.org/besson/LICENSE.html) +[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) ```markdown -[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](perso.crans.org/besson/LICENSE.html) +[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) ``` -[![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](perso.crans.org/besson/LICENSE.html) +[![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) ```markdown -[![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](perso.crans.org/besson/LICENSE.html) +[![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) ``` ### [Creative Commons Licenses](https://creativecommons.org/licenses/) @@ -439,14 +439,14 @@ A list of badges, with their Markdown code, that can be included in a `README.md [![ForTheBadge uses-git](http://ForTheBadge.com/images/badges/uses-git.svg)](https://GitHub.com/) ``` -[![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com) +[![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com) ```markdown -[![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com) +[![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com) ``` -[![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com) +[![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com) ```markdown -[![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com) +[![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com) ``` [![ForTheBadge uses-js](http://ForTheBadge.com/images/badges/uses-js.svg)](http://ForTheBadge.com)