From 4945a24077eac2b70029c8809a2d5ad0e1470d49 Mon Sep 17 00:00:00 2001 From: Eddy518 Date: Wed, 21 Aug 2024 08:11:37 +0300 Subject: [PATCH] Ruby: Fix broken link in the 'Additional Resources' section of the Conditional Logic lesson --- ruby/basic_ruby/conditional_logic.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ruby/basic_ruby/conditional_logic.md b/ruby/basic_ruby/conditional_logic.md index 9242ad0996a..b4412e1d6de 100644 --- a/ruby/basic_ruby/conditional_logic.md +++ b/ruby/basic_ruby/conditional_logic.md @@ -343,4 +343,3 @@ This section contains helpful links to related content. It isn't required, so co - See this [Stack Overflow post for more on the spaceship operator](https://stackoverflow.com/questions/827649/what-is-the-ruby-spaceship-operator). - For more depth on flow control, read [Zetcode's Flow Control section](http://zetcode.com/lang/rubytutorial/flowcontrol/). -- If you want some in-depth practice with these concepts, go through [Learn Ruby the Hard Way](https://learnrubythehardway.org/book/) from Exercise 27 through Exercise 31.