From f805c775f5d24cd1ef697388d34e09b1b34c87a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Fri, 27 Jan 2017 12:13:59 +0200 Subject: [PATCH] HTTPS allthethings! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25f6de5..65eb0ae 100644 --- a/README.md +++ b/README.md @@ -273,9 +273,9 @@ License [Blackfriday is distributed under the Simplified BSD License](LICENSE.txt) - [1]: http://daringfireball.net/projects/markdown/ "Markdown" - [2]: http://golang.org/ "Go Language" + [1]: https://daringfireball.net/projects/markdown/ "Markdown" + [2]: https://golang.org/ "Go Language" [3]: https://github.com/vmg/sundown "Sundown" [4]: https://godoc.org/gopkg.in/russross/blackfriday.v2#Parse "Parse func" [5]: https://github.com/microcosm-cc/bluemonday "Bluemonday" - [6]: http://labix.org/gopkg.in "gopkg.in" + [6]: https://labix.org/gopkg.in "gopkg.in"