From 9ae5fc71fd78731f059aaed0bcdd8057b45b1ffb Mon Sep 17 00:00:00 2001 From: Nik Mouzourides Date: Tue, 5 Feb 2019 13:18:08 +0000 Subject: [PATCH] Load image over https to fix mixed content warning on `https://labs42io.github.io/clean-code-typescript/` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c20b96..63b0466 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Inspired from [clean-code-javascript](https://github.com/ryanmcdermott/clean-cod ## Introduction ![Humorous image of software quality estimation as a count of how many expletives -you shout when reading code](http://www.osnews.com/images/comics/wtfm.jpg) +you shout when reading code](https://www.osnews.com/images/comics/wtfm.jpg) Software engineering principles, from Robert C. Martin's book [*Clean Code*](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882),