README.md in rubocop-minitest-0.9.0 vs README.md in rubocop-minitest-0.10.0
- old
+ new
@@ -60,11 +60,11 @@
## The Cops
All cops are located under
[`lib/rubocop/cop/minitest`](lib/rubocop/cop/minitest), and contain
-examples/documentation. The documentation is published [here](https://docs.rubocop.org/projects/minitest).
+examples/documentation. The documentation is published [here](https://docs.rubocop.org/rubocop-minitest/).
In your `.rubocop.yml`, you may treat the Minitest cops just like any other
cop. For example:
```yaml
@@ -73,10 +73,10 @@
- test/my_file_to_ignore_test.rb
```
## Documentation
-You can read a lot more about RuboCop Minitest in its [official docs](https://docs.rubocop.org/projects/minitest/).
+You can read a lot more about RuboCop Minitest in its [official docs](https://docs.rubocop.org/rubocop-minitest/).
## Contributing
Checkout the [contribution guidelines](CONTRIBUTING.md).