Skip to content

Commit 418d618

Browse files
authored
Merge pull request #311 from rubocop/fix-links
Fix links
2 parents d2a7a9e + 0969390 commit 418d618

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.
@@ -64,7 +64,7 @@ Translations of the guide are available in the following languages:
6464
* https://github.com/satour/rails-style-guide/blob/master/README-jaJA.md[Japanese]
6565
* https://github.com/arbox/rails-style-guide/blob/master/README-ruRU.md[Russian]
6666

67-
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.
67+
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.
6868

6969
== Configuration
7070

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

17561756
It's easy, just follow the contribution guidelines below:
17571757

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

0 commit comments

Comments
 (0)