Skip to content

Commit bbebd9d

Browse files
authoredMay 7, 2024··
Merge pull request #102 from rvpacheco/issue03
fix img
2 parents 15a8849 + f0c2a56 commit bbebd9d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

Diff for: ‎.learn/assets/call-a-function.png

6.27 KB
Loading

Diff for: ‎exercises/03-Call-a-function/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ El valor de `squareArea` se establecerá en `18`.
2929

3030
1. Crea una nueva variable llamada `squareArea` para cada nueva iteración de la función `CalculateArea` utilizando las dimensiones de las siguientes figuras:
3131

32-
![cuadrados](http://i.imgur.com/VyoJRAL.png)
32+
![cuadrados](../../.learn/assets/call-a-function.png)
3333

3434
## 📎 Ejemplo:
3535

Diff for: ‎exercises/03-Call-a-function/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The value of `squareArea` will be set to `18`.
2929

3030
1. Create a new variable named `squareArea` for each new iteration of the `calculateArea` function using the dimensions of the following figures:
3131

32-
![squares](http://i.imgur.com/VyoJRAL.png)
32+
![squares](../../.learn/assets/call-a-function.png)
3333

3434
## 📎 Example:
3535

0 commit comments

Comments
 (0)
Please sign in to comment.