Skip to content

Commit 7e97551

Browse files
committed
Set the link to the translated Rails guide
1 parent 4239d72 commit 7e97551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif::[]
5656

5757
[TIP]
5858
====
59-
If you're into Rails or RSpec you might want to check out the complementary https://github.com/rubocop-hq/rails-style-guide[Ruby on Rails Style Guide] and https://github.com/rubocop-hq/rspec-style-guide[RSpec Style Guide].
59+
If you're into Rails or RSpec you might want to check out the complementary https://github.com/arbox/rails-style-guide[Ruby on Rails Style Guide] and https://github.com/rubocop-hq/rspec-style-guide[RSpec Style Guide].
6060
====
6161

6262
TIP: https://github.com/rubocop-hq/rubocop[RuboCop] is a static code analyzer (linter) and formatter, based on this style guide.
@@ -130,7 +130,7 @@ lag behind the upstream English version.
130130

131131
== Организация исходного кода
132132

133-
[quote, Jerry Coffin (on indentation]
133+
[quote, Джерри Коффин (Jerry Coffin) об отступах]
134134
____
135135
Почти все убеждены, что любой стиль кроме их собственного ужасен и нечитаем.
136136
Уберите отсюда "кроме их собственного" — и они будут, наверное, правы...
@@ -201,7 +201,7 @@ to 120 characters. Please, restrain the urge to go beyond 120 characters.
201201

202202
=== No Trailing Whitespace [[no-trailing-whitespace]]
203203

204-
Avoid trailing whitespace.
204+
Не оставляйте пробелы в конце строки.
205205

206206
TIP: Most editors and IDEs have configuration options to visualize trailing whitespace and
207207
to remove it automatically on save.

0 commit comments

Comments
 (0)