Skip to content

Commit 954c70b

Browse files
committed
fixed relative links and assets
1 parent 696a35a commit 954c70b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

homework-projects/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
During the JS2 and JS3 modules, you will be working on a project instead of the usual weekly homework assignments (which you can still do, as optional practice). Each week, you will be required to add new features to your project. By the end of JS3, you will have built an actual app using your newly gained knowledge and coding skills!
44
<br/>
55

6-
![](/assets/project-flow.png)
6+
![](assets/project-flow.png)
77

88
<br/>
99

@@ -30,25 +30,25 @@ First, you will pick a project idea from the [projects](projects/) folder. Each
3030

3131
You will work in your project repository for JS2 and JS3 (not the central homework repository!), and you will submit the weekly task in the usual way by creating a Pull Request.
3232

33-
During JS2 and JS3, refer to the relevant [homework submission guide](/guides/weekly-submission-guide.md).
33+
During JS2 and JS3, refer to the relevant [homework submission guide](guides/weekly-submission-guide.md).
3434

3535
The main difference is that you will be on a different repository and that you will merge the PR after implementing the review-based improvements, while all the technical steps are the same as always.
3636

3737
<br/>
3838

3939
<hr>
4040

41-
[Currency Converter](/projects/currency-converter/currency-converter.md) <br/>
42-
[Memory Game](/projects/memory-game/memory-game.md)<br/>
43-
[Movie App](/projects/movie-app/movie-app.md)<br/>
44-
[Quiz App](/projects/quiz-app/quiz-app.md)<br/>
45-
[Recipe App](/projects/recipe-app/recipe-app.md)<br/>
41+
[Currency Converter](projects/currency-converter/currency-converter.md) <br/>
42+
[Memory Game](projects/memory-game/memory-game.md)<br/>
43+
[Movie App](projects/movie-app/movie-app.md)<br/>
44+
[Quiz App](projects/quiz-app/quiz-app.md)<br/>
45+
[Recipe App](projects/recipe-app/recipe-app.md)<br/>
4646

4747
> [!NOTE]
48-
> New projects are welcome to be added by mentors. Just follow a similar structure to the existing ones, and submit it as a PR.
48+
> New projects are welcome to be added by mentors. Just follow a similar structure to the existing ones, and submit it as a PR for review by staff and other mentors.
4949
5050
<hr>
5151

5252
# CONCLUSION
5353

54-
When you wrap up your project in JS3 week3, you will get a chance to present your project either as a video recording or on a demo day. If your team is hosting a demo day, then check out [this guide](/guides/demo-day-presentation.md) for how to prepare for the presentation.
54+
When you wrap up your project in JS3 week3, you will get a chance to present your project either as a video recording or on a demo day. If your team is hosting a demo day, then check out [this guide](guides/demo-day-presentation.md) for how to prepare for the presentation.

0 commit comments

Comments
 (0)