Skip to content

Commit 00a9f78

Browse files
vburzynskiMatheusRich
authored andcommitted
fix: correct broken links in Ruby guide
1 parent 083e2e6 commit 00a9f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
> Click on the linked pull request, commit, or the guideline itself to read more
77
> detailed explanations with examples and reasoning behind these recommendations.
88
9-
- [Use an opinionated set of rules for Rubocop](./Use an opinionated set of rules for Rubocop.md)
10-
- [Limit use of conditional modifiers to short, simple cases](./Limit use of conditional modifiers to short, simple cases.md)
9+
- [Use an opinionated set of rules for Rubocop](Use%20an%20opinionated%20set%20of%20rules%20for%20Rubocop.md)
10+
- [Limit use of conditional modifiers to short, simple cases](Limit%20use%20of%20conditional%20modifiers%20to%20short,%20simple%20cases.md)
1111
- Avoid multiple assignments per line (`one, two = 1, 2`). [#109]
1212
- Avoid organizational comments (`# Validations`). [#63]
1313
- Avoid ternary operators (`boolean ? true : false`). Use multi-line `if`

0 commit comments

Comments
 (0)