From b25d0f7c9f077b5c762b2330321079e042dacc5a Mon Sep 17 00:00:00 2001 From: DJ Destefano Date: Fri, 22 May 2020 13:53:43 -0400 Subject: [PATCH 1/2] update ruby docs for readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc40ed..db8d0ad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You've already used `sort_by` and similar equivalents, now let's learn more abou - Don't duplicate methods for each function. If you use `select` once, don't use it again for the challenge. ## Resources -- [Ruby Documentation: Enumerable](http://ruby-doc.org/core-2.1.2/Enumerable.html) +- [Ruby Documentation: Enumerable](https://github.com/djlax805/MoreEnumerables.git) - [The Bastards Book of Ruby: Enumerables](http://ruby.bastardsbook.com/chapters/enumerables/) From 7f6af556a01ffe4d5a416024b126976900bcb325 Mon Sep 17 00:00:00 2001 From: DJ Destefano Date: Fri, 22 May 2020 13:55:55 -0400 Subject: [PATCH 2/2] give the actual link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8d0ad..b942a56 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You've already used `sort_by` and similar equivalents, now let's learn more abou - Don't duplicate methods for each function. If you use `select` once, don't use it again for the challenge. ## Resources -- [Ruby Documentation: Enumerable](https://github.com/djlax805/MoreEnumerables.git) +- [Ruby Documentation: Enumerable](https://ruby-doc.org/core-2.6.5/Enumerable.html) - [The Bastards Book of Ruby: Enumerables](http://ruby.bastardsbook.com/chapters/enumerables/)