Skip to content

Commit

Permalink
Update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 30, 2020
1 parent 874a29c commit 491e6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Performance/Size:

## Documentation

You can read a lot more about RuboCop Performance in its [official docs](https://docs.rubocop.org/projects/performance/).
You can read a lot more about RuboCop Performance in its [official docs](https://docs.rubocop.org/rubocop-performance/index.html).

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions rubocop-performance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Gem::Specification.new do |s|
s.summary = 'Automatic performance checking tool for Ruby code.'

s.metadata = {
'homepage_uri' => 'https://docs.rubocop.org/projects/performance/',
'homepage_uri' => 'https://docs.rubocop.org/rubocop-performance/index.html',
'changelog_uri' => 'https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md',
'source_code_uri' => 'https://github.com/rubocop-hq/rubocop-performance/',
'documentation_uri' => 'https://docs.rubocop.org/projects/performance/',
'documentation_uri' => 'https://docs.rubocop.org/rubocop-performance/index.html',
'bug_tracker_uri' => 'https://github.com/rubocop-hq/rubocop-performance/issues'
}

Expand Down

0 comments on commit 491e6a3

Please sign in to comment.