Skip to content

Commit b83b76b

Browse files
committed
Make changelog tasks emit correct URL template
Follow up to rubocop/rubocop-performance#265.
1 parent cf584e5 commit b83b76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/changelog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Changelog
1414
TYPE_TO_HEADER = { new: 'New features', fix: 'Bug fixes', change: 'Changes' }.freeze
1515
HEADER = /### (.*)/.freeze
1616
PATH = 'CHANGELOG.md'
17-
REF_URL = 'https://github.com/rubocop/rubocop'
17+
REF_URL = 'https://github.com/rubocop/rubocop-rails'
1818
MAX_LENGTH = 40
1919
CONTRIBUTOR = '[@%<user>s]: https://github.com/%<user>s'
2020
SIGNATURE = Regexp.new(format(Regexp.escape('[@%<user>s][]'), user: '([\w-]+)'))

0 commit comments

Comments
 (0)