From 09210269c9c7472a5206b67009115251061e3712 Mon Sep 17 00:00:00 2001 From: sandakersmann Date: Tue, 27 Sep 2016 08:02:26 +0200 Subject: [PATCH] Changed http:// to https:// on some links (#2349) Changed http:// to https:// on some links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26913183c..d5fb5f044 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Be sure to check out [our wiki][wiki-url] for more information. [gitter-image]: https://badges.gitter.im/Join%20Chat.svg [gitter-url]: https://gitter.im/ethcore/parity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge [license-image]: https://img.shields.io/badge/license-GPL%20v3-green.svg -[license-url]: http://www.gnu.org/licenses/gpl-3.0.en.html -[doc-url]: http://ethcore.github.io/parity/ethcore/index.html +[license-url]: https://www.gnu.org/licenses/gpl-3.0.en.html +[doc-url]: https://ethcore.github.io/parity/ethcore/index.html [wiki-url]: https://github.com/ethcore/parity/wiki ----