Skip to content

Commit

Permalink
Remove redundant path
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstewart0213 committed May 30, 2020
1 parent 91b1b59 commit f16155f
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/rubocop-performance/index.html).
You can read a lot more about RuboCop Performance in its [official docs](https://docs.rubocop.org/rubocop-performance/).

## 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/rubocop-performance/index.html',
'homepage_uri' => 'https://docs.rubocop.org/rubocop-performance/',
'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/rubocop-performance/index.html',
'documentation_uri' => 'https://docs.rubocop.org/rubocop-performance/',
'bug_tracker_uri' => 'https://github.com/rubocop-hq/rubocop-performance/issues'
}

Expand Down

0 comments on commit f16155f

Please sign in to comment.