From befab7fab5a2079252dfebd6951423763faada61 Mon Sep 17 00:00:00 2001 From: snowcrash Date: Fri, 28 Apr 2023 12:03:19 -0600 Subject: [PATCH] Update broken link for Pragmatic Programmers Guide to Ruby The previous link (http://www.rubycentral.com/book/) was broken. This commit updates it to a working link (https://ruby-doc.com/docs/ProgrammingRuby/). --- docs/tutorials/everyday_ronin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/everyday_ronin.md b/docs/tutorials/everyday_ronin.md index 6c784bbc..db8b79fb 100644 --- a/docs/tutorials/everyday_ronin.md +++ b/docs/tutorials/everyday_ronin.md @@ -34,7 +34,7 @@ $ ronin irb

Note: If you are new to the Ruby programming language, you might - consider reviewing the Pragmatic Programmers Guide to Ruby, + consider reviewing the Pragmatic Programmers Guide to Ruby, since it is expected that users of the Ronin Ruby Console have a basic understanding of Ruby programming practices.