From 8f6fec1675b6244012b53a1d18a555a7cceb1dd0 Mon Sep 17 00:00:00 2001 From: nprimo Date: Fri, 16 Sep 2022 11:18:31 +0100 Subject: [PATCH] docs(iterators): update notion link to english source --- subjects/iterators/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/iterators/README.md b/subjects/iterators/README.md index 9a866aa3..1235b1fc 100644 --- a/subjects/iterators/README.md +++ b/subjects/iterators/README.md @@ -30,7 +30,7 @@ Resulting in 4 steps. So for input n = 16, the return value would be 4. ### Notions - [Trait Iterator](https://doc.rust-lang.org/std/iter/trait.Iterator.html) -- [Collatz Conjecture](https://pt.wikipedia.org/wiki/Conjectura_de_Collatz) +- [Collatz Conjecture](https://en.wikipedia.org/wiki/Collatz_conjecture) ### Expected functions