Skip to content

Commit 1f58be6

Browse files
committed
fix wrong urls
1 parent 0a6d3c2 commit 1f58be6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-teachers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The easiest way to interact with GitHub is via their CLI at https://cli.github.c
6161
1. Download the source code. This step you need to do only once:
6262

6363
```sh
64-
gh repo clone ReDI-School/js-2025-spring
64+
gh repo clone ReDI-School/js-2025-fall
6565
```
6666

6767
1. Make sure you have the latest version:

lesson07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ console.log(myInfo.address.country); // "Germany"
395395

396396
### Bonus Practice
397397

398-
Change the `me` objects in https://raw.githubusercontent.com/ReDI-School/js-2025-spring/main/objects/index.html
398+
Change the `me` objects in https://raw.githubusercontent.com/ReDI-School/js-2025-fall/main/objects/index.html
399399

400400
Only change `me` object, nothing else in that file!
401401

0 commit comments

Comments
 (0)