Skip to content

Commit 493eb2d

Browse files
authored
Update links for loops (#1718)
Change old links, they were for Floats.
1 parent 6af2fb3 commit 493eb2d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

concepts/loops/links.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[
22
{
3-
"url": "https://ruby-doc.org/core-2.7.0/Float.html",
4-
"description": "Float"
3+
"url": "https://launchschool.com/books/ruby/read/loops_iterators",
4+
"description": "Loops"
55
},
66
{
7-
"url": "https://0.30000000000000004.com/",
8-
"description": "0.30000000000000004.com"
9-
},
10-
{
11-
"url": "https://evanw.github.io/float-toy/",
12-
"description": "evanw.github.io-float-toy"
7+
"url": "https://www.rubyguides.com/ruby-tutorial/loops/",
8+
"description": "Ruby Loops: Repeating Something Many Times"
139
}
1410
]

0 commit comments

Comments
 (0)