Skip to content

Commit 0969390

Browse files
committed
Fix links
1 parent 700233e commit 0969390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TIP: You can find a beautiful version of this guide with much improved navigatio
2626
endif::[]
2727

2828
The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails development.
29-
It's a complementary guide to the already existing community-driven https://github.com/rubocop-hq/ruby-style-guide[Ruby coding style guide].
29+
It's a complementary guide to the already existing community-driven https://github.com/rubocop/ruby-style-guide[Ruby coding style guide].
3030

3131
This Rails style guide recommends best practices so that real-world Rails programmers can write code that can be maintained by other real-world Rails programmers.
3232
A style guide that reflects real-world usage gets used, and a style guide that holds to an ideal that has been rejected by the people it is supposed to help risks not getting used at all - no matter how good it is.
@@ -70,7 +70,7 @@ Translations of the guide are available in the following languages:
7070
* https://github.com/CQBinh/rails-style-guide/blob/master/README-viVN.md[Vietnamese]
7171
* https://github.com/abraaomiranda/rails-style-guide/blob/master/README-ptBR.md[Portuguese (pt-BR)]
7272

73-
TIP: https://github.com/rubocop-hq/rubocop[RuboCop], a static code analyzer (linter) and formatter, has a https://github.com/rubocop-hq/rubocop-rails[`rubocop-rails`] extension, based on this style guide.
73+
TIP: https://github.com/rubocop/rubocop[RuboCop], a static code analyzer (linter) and formatter, has a https://github.com/rubocop/rubocop-rails[`rubocop-rails`] extension, based on this style guide.
7474

7575
== Configuration
7676

@@ -1787,7 +1787,7 @@ You can also support the project (and RuboCop) with financial contributions via
17871787

17881788
It's easy, just follow the contribution guidelines below:
17891789

1790-
* https://help.github.com/articles/fork-a-repo[Fork] the https://github.com/rubocop-hq/rails-style-guide[project] on GitHub
1790+
* https://help.github.com/articles/fork-a-repo[Fork] the https://github.com/rubocop/rails-style-guide[project] on GitHub
17911791
* Make your feature addition or bug fix in a feature branch.
17921792
* Include a http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[good description] of your changes
17931793
* Push your feature branch to GitHub

0 commit comments

Comments
 (0)