From 144f5528962dd65e5aa23b300b5eb090dcdccc98 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 3 Oct 2019 07:50:23 +1000 Subject: [PATCH] Fix codeclimate badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c1bce2..a37d721b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Gem Version](http://img.shields.io/gem/v/multi_json.svg)][gem] [![Build Status](http://travis-ci.org/intridea/multi_json.svg)][travis] [![Dependency Status](http://img.shields.io/gemnasium/intridea/multi_json.svg)][gemnasium] -[![Code Climate](http://img.shields.io/codeclimate/github/intridea/multi_json.svg)][codeclimate] +[![Code Climate](https://codeclimate.com/github/intridea/multi_json.svg)][codeclimate] Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder. Instead of choosing a single JSON coder and forcing users of your library to be