From 9dac580a96a9b30a7adfaf2035b61fd94413a303 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Fri, 5 Oct 2018 11:30:08 +1000 Subject: [PATCH] use new rubocop homepage and style guide URLs --- lib/bundler/cli/gem.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb index d29120f386c..7e2e0229975 100644 --- a/lib/bundler/cli/gem.rb +++ b/lib/bundler/cli/gem.rb @@ -127,8 +127,8 @@ def run if ask_and_set(:rubocop, "Do you want to add rubocop as a dependency for gems you generate?", "RuboCop is a static code analyzer that has out-of-the-box rules for many " \ "of the guidelines in the community style guide. " \ - "For more information, see the RuboCop docs (https://rubocop.readthedocs.io/en/latest/) " \ - "and the Ruby Style Guides (https://github.com/bbatsov/ruby-style-guide).") + "For more information, see the RuboCop docs (http://www.rubocop.org/en/latest/) " \ + "and the Ruby Style Guides (https://github.com/rubocop-hq/ruby-style-guide).") config[:rubocop] = true Bundler.ui.info "RuboCop enabled in config" end