From 5df8e30415d7a9cb087da85e6367560d2802d31b Mon Sep 17 00:00:00 2001
From: takayamaki <fsgiko@gmail.com>
Date: Mon, 13 Nov 2017 11:49:54 +0900
Subject: [PATCH] fix Code Climate badge on README.md (#5671)

and change badge's URI to https
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fc8296813a..5cf91d52ca 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ![Mastodon](https://i.imgur.com/NhZc40l.png)
 ========
 
-[![Build Status](http://img.shields.io/travis/tootsuite/mastodon.svg)][travis]
-[![Code Climate](https://img.shields.io/codeclimate/github/tootsuite/mastodon.svg)][code_climate]
+[![Build Status](https://img.shields.io/travis/tootsuite/mastodon.svg)][travis]
+[![Code Climate](https://img.shields.io/codeclimate/maintainability/tootsuite/mastodon.svg)][code_climate]
 
 [travis]: https://travis-ci.org/tootsuite/mastodon
 [code_climate]: https://codeclimate.com/github/tootsuite/mastodon
-- 
GitLab