Skip to content

Commit

Permalink
fixup! More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Nov 27, 2024
1 parent 3d2448f commit 3babf35
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions en/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@ The authoritative Ruby language documentation at [docs.ruby-lang.org][docs-rlo-e
#### Beginner

[Programming Ruby 3.3][pickaxe]
: The seminal work on Ruby in English. Recently updated to ruby 3.3.
: The seminal work on Ruby in English. Recently updated to Ruby 3.3.

[The Well-Grounded Rubyist][grounded]
: A tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion.

#### Intermediate

[Practical OOD in Ruby (POODR)][poodr]
: A programmers tale about how to write object-oriented code.
: A programmer's tale about how to write object-oriented code.

#### Expert

[Metaprogramming][meta]
: Explains metaprogramming in a down-to-earth style.

[Ruby Under a Microscope (RUM)][microscope]
: An illustrated guide to ruby internals.
: An illustrated guide to Ruby internals.

### Reference Documentation

Expand All @@ -80,21 +80,21 @@ The authoritative Ruby language documentation at [docs.ruby-lang.org][docs-rlo-e
: Easily find and browse Ruby classes, modules, and methods.

[ruby-doc.org][39]
: online API documentation
: Online API documentation

[DevDocs.io][40]
: online API documentation
: Online API documentation

[Ruby QuickRef][42]
: The ruby quick reference
: The Ruby quick reference

[rubyreferences][43]
: A full language reference + detailed language changelog. Fantastic.

### Style Guides

[rubystyle.guide][44]
: Rubocop's Ruby style guide
: RuboCop's Ruby style guide

[RuboCop][45]
: Automated enforcement of their style guide.
Expand All @@ -106,7 +106,7 @@ The authoritative Ruby language documentation at [docs.ruby-lang.org][docs-rlo-e
: Gitlab's Ruby style guide

[Airbnb][48]
: AirBNB's Ruby style guide
: Airbnb's Ruby style guide

[w3resource][49]
: W3's Ruby style guide
Expand Down

0 comments on commit 3babf35

Please sign in to comment.