Skip to content

Commit 0bf7f2a

Browse files
Merge pull request HackYourFuture-CPH#189 from HackYourFuture-CPH/fix/js-projects-guide-link
fix(projects): Link to api guide should point to homework-projects root
2 parents e2e3dbd + 5761bbe commit 0bf7f2a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

homework-projects/projects/currency-converter/currency-converter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Continue with the format of the object you used last week or improve it and refa
8181

8282
### `JS3 week1` - Json, Apis, Fetch
8383

84-
- [ ] Follow the [API creation guide](/guides/making-your-API-guide.md) to make your own API that you will use from now on.
84+
- [ ] Follow the [API creation guide](/homework-projects/guides/making-your-API-guide.md) to make your own API that you will use from now on.
8585
- [ ] Refactor your code so that you use the currency rates dynamically from your API instead of the static array of objects.
8686
- [ ] Implement functionality to search for a specific currency.
8787
- [ ] Ensure all the functionality is working smoothly after refactoring.

homework-projects/projects/memory-game/memory-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Continue with the format of the picture object you used last week or improve it
4444

4545
### `JS3 week1` - Json, Apis, Fetch
4646

47-
- [ ] follow the [API creation guide](/guides/making-your-API-guide.md) to make your own API that you will use from now on.
47+
- [ ] follow the [API creation guide](/homework-projects/guides/making-your-API-guide.md) to make your own API that you will use from now on.
4848
- [ ] refactor your code so that you ditch the static array of objects and instead fetch the cards data from your API.
4949
- [ ] ensure all the functionality is working smoothly after refactoring.
5050

homework-projects/projects/movie-app/movie-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Here you will develop some features that will differentiate your movie platform
6969

7070
### `JS3 week1` - Json, Apis, Fetch
7171

72-
- [ ] follow the [API creation guide](/guides/making-your-API-guide.md) to make your own API that you will use from now on.
72+
- [ ] follow the [API creation guide](/homework-projects/guides/making-your-API-guide.md) to make your own API that you will use from now on.
7373
- [ ] refactor your code so that you ditch the static array of objects and instead fetch the movies data from your API.
7474
- [ ] ensure all the functionality is working smoothly after refactoring.
7575

homework-projects/projects/quiz-app/quiz-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ b. add number inputs for the player points and use the browser's arrow buttons o
6969

7070
### `JS3 week1` - Json, Apis, Fetch
7171

72-
- [ ] follow the [API creation guide](/guides/making-your-API-guide.md) to make your own API that you will use from now on.
72+
- [ ] follow the [API creation guide](/homework-projects/guides/making-your-API-guide.md) to make your own API that you will use from now on.
7373

7474
- [ ] refactor your code so that you ditch the static array of objects and instead fetch the initial questions data from your API.
7575

homework-projects/projects/recipe-app/recipe-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Continue with the format of the recipe object you used last week or improve it a
6262

6363
### `JS3 week1` - Json, Apis, Fetch
6464

65-
- [ ] Follow the [API creation guide](/guides/making-your-API-guide.md) to make your own API that you will use from now on.
65+
- [ ] Follow the [API creation guide](/homework-projects/guides/making-your-API-guide.md) to make your own API that you will use from now on.
6666
- [ ] Refactor your code so that you ditch the static array of objects and instead fetch the recipes data from your API.
6767
- [ ] Implement functionality to search for an ingredient, fetch and display the relevant ingredient prices for a recipe
6868
- [ ] Ensure all the functionality is working smoothly after refactoring.

0 commit comments

Comments
 (0)