diff --git a/README.md b/README.md index 6c5732e..82da97a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Gem Version](https://badge.fury.io/rb/rubocop-md.svg)](http://badge.fury.io/rb/rubocop-md) -![Test](https://github.com/rubocop-hq/rubocop-md/workflows/Test/badge.svg) +![Test](https://github.com/rubocop/rubocop-md/workflows/Test/badge.svg) # Rubocop Markdown @@ -158,7 +158,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/rubocop-hq/rubocop-md. +Bug reports and pull requests are welcome on GitHub at https://github.com/rubocop/rubocop-md. ## License diff --git a/rubocop-md.gemspec b/rubocop-md.gemspec index 3db5822..47629a3 100644 --- a/rubocop-md.gemspec +++ b/rubocop-md.gemspec @@ -10,17 +10,17 @@ Gem::Specification.new do |spec| spec.summary = %q{Run Rubocop against your Markdown files to make sure that code examples follow style guidelines.} spec.description = %q{Run Rubocop against your Markdown files to make sure that code examples follow style guidelines.} - spec.homepage = "https://github.com/rubocop-hq/rubocop-md" + spec.homepage = "https://github.com/rubocop/rubocop-md" spec.license = "MIT" spec.files = Dir.glob("lib/**/*") + Dir.glob("config/**/*") + %w[README.md LICENSE.txt CHANGELOG.md] spec.metadata = { - "bug_tracker_uri" => "http://github.com/rubocop-hq/rubocop-md/issues", - "changelog_uri" => "https://github.com/rubocop-hq/rubocop-md/blob/master/CHANGELOG.md", - "documentation_uri" => "https://github.com/rubocop-hq/rubocop-md/blob/master/README.md", - "homepage_uri" => "https://github.com/rubocop-hq/rubocop-md", - "source_code_uri" => "http://github.com/rubocop-hq/rubocop-md" + "bug_tracker_uri" => "http://github.com/rubocop/rubocop-md/issues", + "changelog_uri" => "https://github.com/rubocop/rubocop-md/blob/master/CHANGELOG.md", + "documentation_uri" => "https://github.com/rubocop/rubocop-md/blob/master/README.md", + "homepage_uri" => "https://github.com/rubocop/rubocop-md", + "source_code_uri" => "http://github.com/rubocop/rubocop-md" } spec.required_ruby_version = ">= 2.6.0"