fix: replace imgur with s3 for Portuguese guide without conflict (#36054)

* fix: imgur to s3 for portuguese guide without conflict

(cherry picked from commit 55e786f8dbcf917e16088be97e18c951d937cd71)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: remove unrelated change

* fix: revert space

* fix: revert styles
This commit is contained in:
Ahmad Abdolsaheb
2019-05-25 00:00:23 +03:00
committed by Parth Parth
parent 21bd031a52
commit 1e9f5bc09a
31 changed files with 69 additions and 67 deletions

View File

@@ -12,7 +12,7 @@ Um exemplo com a série de Fibonacci que é definida como:
Esta é a árvore para encontrar F (5):
![Árvore da série de Fibonacci](https://i.stack.imgur.com/59Rpw.png)
![Árvore da série de Fibonacci](https://cdn-media-1.freecodecamp.org/imgr/59Rpw.png)
Para calcular F (5), será necessário calcular muitas vezes o mesmo F (i). Usando recursão: