relnotes/v0.6.0.md in rubocop-minitest-0.10.3 vs relnotes/v0.6.0.md in rubocop-minitest-0.11.0
- old
+ new
@@ -1,5 +1,5 @@
### New features
-* [#49](https://github.com/rubocop-hq/rubocop-minitest/pull/49): New cops `AssertMatch` and `RefuteMatch` check for use of `assert_match`/`refute_match` instead of `assert(foo.match(bar))`/`refute(foo.match(bar))`. ([@fsateler][])
+* [#49](https://github.com/rubocop/rubocop-minitest/pull/49): New cops `AssertMatch` and `RefuteMatch` check for use of `assert_match`/`refute_match` instead of `assert(foo.match(bar))`/`refute(foo.match(bar))`. ([@fsateler][])
[@fsateler]: https://github.com/fsateler