Skip to content

Commit 36b2ecb

Browse files
committed
23 - link song fixed
1 parent aaef7ad commit 36b2ecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/23-The-Beatles/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Aquí está el resultado esperado en la consola:
1515

1616
'let it be, let it be, let it be, let it be, words of wisdom, let it be, let it be, let it be, let it be, let it be, there will be an answer, let it be'
1717

18-
(https://www.youtube.com/watch?v=2xDzVZcqtYI)
18+
(https://www.youtube.com/watch?v=QDYfEBY9NM4)
1919

2020
### :bulb: PISTA:
2121

exercises/23-The-Beatles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is the expected console output:
1717

1818
`let it be, let it be, let it be, let it be, words of wisdom, let it be, let it be, let it be, let it be, let it be, there will be an answer, let it be`
1919

20-
(https://www.youtube.com/watch?v=2xDzVZcqtYI)
20+
(https://www.youtube.com/watch?v=QDYfEBY9NM4)
2121

2222
### :bulb: HINT:
2323
* The words `let it be` are repeated in the string. Creating a loop would be a good idea.

0 commit comments

Comments
 (0)