From 29ab3ef681dc7a72d1db06ccfab15507bf336241 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 27 Aug 2021 09:15:29 +0300 Subject: [PATCH] Update some links in the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b54975..a8a63c9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ [![Gem Version](https://badge.fury.io/rb/guard-rubocop.svg)](http://badge.fury.io/rb/guard-rubocop) -[![CI](https://github.com/yujinakayama/guard-rubocop/workflows/CI/badge.svg)](https://github.com/yujinakayama/guard-rubocop/actions) -[![Coverage Status](https://coveralls.io/repos/yujinakayama/guard-rubocop/badge.svg?branch=master&service=github)](https://coveralls.io/github/yujinakayama/guard-rubocop?branch=master) -[![Code Climate](https://codeclimate.com/github/yujinakayama/guard-rubocop/badges/gpa.svg)](https://codeclimate.com/github/yujinakayama/guard-rubocop) +[![CI](https://github.com/rubocop/guard-rubocop/workflows/CI/badge.svg)](https://github.com/rubocop/guard-rubocop/actions) +[![Coverage Status](https://coveralls.io/repos/rubocop/guard-rubocop/badge.svg?branch=master&service=github)](https://coveralls.io/github/rubocop/guard-rubocop?branch=master) +[![Code Climate](https://codeclimate.com/github/rubocop/guard-rubocop/badges/gpa.svg)](https://codeclimate.com/github/rubocop/guard-rubocop) # guard-rubocop -**guard-rubocop** allows you to automatically check Ruby code style with [RuboCop](https://github.com/rubocop-hq/rubocop) when files are modified. +**guard-rubocop** allows you to automatically check Ruby code style with [RuboCop](https://github.com/rubocop/rubocop) when files are modified. -Tested on MRI 2.4 - 2.7. +Tested on MRI 2.5 - 2.7. ## Installation