diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1272b2d9a..eb300f83e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -If you encounter problems or have ideas for improvements or new features, please report them to the [issue tracker](https://github.com/rubocop-rspec/rubocop-rspec/issues) or submit a pull request. Please, try to follow these guidelines when you do so. +If you encounter problems or have ideas for improvements or new features, please report them to the [issue tracker](https://github.com/rubocop-hq/rubocop-rspec/issues) or submit a pull request. Please, try to follow these guidelines when you do so. ## Issue reporting @@ -18,7 +18,7 @@ If you encounter problems or have ideas for improvements or new features, please 2. Create a feature branch. 3. Make sure to add tests. 4. Make sure the test suite passes (run `rake`). -5. Add a [changelog](https://github.com/rubocop-rspec/rubocop-rspec/blob/master/CHANGELOG.md) entry. +5. Add a [changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) entry. 6. Commit your changes. 7. Push to the branch. 8. Create new Pull Request. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1c2a7af4f..3b40d7539 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ Before submitting the PR make sure the following are checked: * [ ] Feature branch is up-to-date with `master` (if not - rebase it). * [ ] Squashed related commits together. * [ ] Added tests. -* [ ] Added an entry to the [changelog](https://github.com/rubocop-rspec/rubocop-rspec/blob/master/CHANGELOG.md) if the new code introduces user-observable changes. +* [ ] Added an entry to the [changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) if the new code introduces user-observable changes. * [ ] The build (`bundle exec rake`) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit). If you have created a new cop: diff --git a/README.md b/README.md index 3f8e3df30..242ea70e5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Join the chat at https://gitter.im/rubocop-rspec/Lobby](https://badges.gitter.im/rubocop-rspec/Lobby.svg)](https://gitter.im/rubocop-rspec/Lobby) [![Gem Version](https://badge.fury.io/rb/rubocop-rspec.svg)](https://rubygems.org/gems/rubocop-rspec) -[![CircleCI](https://circleci.com/gh/rubocop-rspec/rubocop-rspec.svg?style=svg)](https://circleci.com/gh/rubocop-rspec/rubocop-rspec) -[![Test Coverage](https://api.codeclimate.com/v1/badges/f6254deb61671e357f30/test_coverage)](https://codeclimate.com/github/rubocop-rspec/rubocop-rspec/test_coverage) -[![Maintainability](https://api.codeclimate.com/v1/badges/f6254deb61671e357f30/maintainability)](https://codeclimate.com/github/rubocop-rspec/rubocop-rspec/maintainability) +[![CircleCI](https://circleci.com/gh/rubocop-hq/rubocop-rspec.svg?style=svg)](https://circleci.com/gh/rubocop-hq/rubocop-rspec) +[![Test Coverage](https://api.codeclimate.com/v1/badges/8ffaabf633c968c22bdd/test_coverage)](https://codeclimate.com/github/rubocop-hq/rubocop-rspec/test_coverage) +[![Maintainability](https://api.codeclimate.com/v1/badges/8ffaabf633c968c22bdd/maintainability)](https://codeclimate.com/github/rubocop-hq/rubocop-rspec/maintainability) RSpec-specific analysis for your projects, as an extension to [RuboCop](https://github.com/bbatsov/rubocop). diff --git a/mkdocs.yml b/mkdocs.yml index 41278f742..a22d97854 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: "RSpec-specific analysis for your projects, as an extension to RuboCop." -repo_url: https://github.com/rubocop-rspec/rubocop-rspec +repo_url: https://github.com/rubocop-hq/rubocop-rspec docs_dir: manual pages: - Home: index.md diff --git a/rubocop-rspec.gemspec b/rubocop-rspec.gemspec index 935f5abd8..526994408 100644 --- a/rubocop-rspec.gemspec +++ b/rubocop-rspec.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool. DESCRIPTION - spec.homepage = 'https://github.com/rubocop-rspec/rubocop-rspec' + spec.homepage = 'https://github.com/rubocop-hq/rubocop-rspec' spec.authors = ['John Backus', 'Ian MacLeod', 'Nils Gemeinhardt'] spec.email = [ 'johncbackus@gmail.com', @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.extra_rdoc_files = ['MIT-LICENSE.md', 'README.md'] spec.metadata = { - 'changelog_uri' => 'https://github.com/rubocop-rspec/rubocop-rspec/blob/master/CHANGELOG.md', + 'changelog_uri' => 'https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md', 'documentation_uri' => 'https://rubocop-rspec.readthedocs.io/' }