From 6a07e1103e9d7f5295237b9caba6bb943bc53935 Mon Sep 17 00:00:00 2001 From: fourtf Date: Tue, 19 Dec 2017 03:26:07 +0100 Subject: [PATCH] fixed chatterino.com link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899e14e4..d4206e2f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Chatterino 2 ============ -Chatterino 2 is the second installment of the Twitch chat client series "Chatterino". For now you can check out Chatterino 1 at [chatterino.com](chatterino.com). +Chatterino 2 is the second installment of the Twitch chat client series "Chatterino". For now you can check out Chatterino 1 at [https://chatterino.com](https://chatterino.com). ## Code style The code is normally formated using clang format in Qt Creator. [.clang-format](https://github.com/fourtf/chatterino2/blob/master/.clang-format) contains the style file for clang format.