From 798fce789c0224af6b12cbcce05655bfce41b7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Y=C4=B1ld=C4=B1r=C4=B1m?= Date: Tue, 24 Sep 2024 23:20:34 +0200 Subject: [PATCH] Update links for loops Change old links, they were for Floats. --- concepts/loops/links.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/concepts/loops/links.json b/concepts/loops/links.json index 20dc68f0a4..e2ee955541 100644 --- a/concepts/loops/links.json +++ b/concepts/loops/links.json @@ -1,14 +1,10 @@ [ { - "url": "https://ruby-doc.org/core-2.7.0/Float.html", - "description": "Float" + "url": "https://launchschool.com/books/ruby/read/loops_iterators", + "description": "Loops" }, { - "url": "https://0.30000000000000004.com/", - "description": "0.30000000000000004.com" - }, - { - "url": "https://evanw.github.io/float-toy/", - "description": "evanw.github.io-float-toy" + "url": "https://www.rubyguides.com/ruby-tutorial/loops/", + "description": "Ruby Loops: Repeating Something Many Times" } ]