Skip to content

Commit 3c9168d

Browse files
committed
fix img
1 parent b2a5d9a commit 3c9168d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

exercises/03-Call-a-function/README.es.md

Lines changed: 1 addition & 1 deletion
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](VyoJRAL.png)
3333

3434
## 📎 Ejemplo:
3535

exercises/03-Call-a-function/README.md

Lines changed: 1 addition & 1 deletion
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](VyoJRAL.png)
3333

3434
## 📎 Example:
3535

6.27 KB
Loading

0 commit comments

Comments
 (0)