Skip to content

Commit

Permalink
Update repo link in gemspec/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 13, 2023
1 parent 6a9db74 commit 453a5e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions rubocop-md.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 453a5e4

Please sign in to comment.