diff --git a/courses/Foundation/HTML-CSS/Pre-course/readme.md b/courses/Foundation/HTML-CSS/Pre-course/README.md
similarity index 100%
rename from courses/Foundation/HTML-CSS/Pre-course/readme.md
rename to courses/Foundation/HTML-CSS/Pre-course/README.md
diff --git a/courses/Foundation/HTML-CSS/readme.md b/courses/Foundation/HTML-CSS/README.md
similarity index 77%
rename from courses/Foundation/HTML-CSS/readme.md
rename to courses/Foundation/HTML-CSS/README.md
index 4b09b616..7bd5b19d 100644
--- a/courses/Foundation/HTML-CSS/readme.md
+++ b/courses/Foundation/HTML-CSS/README.md
@@ -1,15 +1,15 @@
# HTML-CSS
-This repository contains the course material for the one and only HTML/CSS session. During the session we will review the concepts learned from the [Pre-course](./Pre-course/readme.md) materials and work hands-on with a large [exercise](./The-one-and-only-week1/readme.md).
+This repository contains the course material for the one and only HTML/CSS session. During the session we will review the concepts learned from the [Pre-course](./Pre-course/README.md) materials and work hands-on with a large [exercise](./The-one-and-only-week1/README.md).
| Week | Topic | Preparation | Lesson Plan | Homework |
| ---- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------------------- | ------------------------- |
-| 1. | Advanced HTML & CSS concepts, hands-on exercise turning Figma Wireframe into code, teamwork & peer-learning | [Pre-course](./Pre-course/readme.md) | [Lesson Plan](./The-one-and-only-week1/readme.md) | [Homework](./homework.md) |
+| 1. | Advanced HTML & CSS concepts, hands-on exercise turning Figma Wireframe into code, teamwork & peer-learning | [Pre-course](./Pre-course/README.md) | [Lesson Plan](./The-one-and-only-week1/README.md) | [Homework](./homework.md) |
## Learning goals
-- Round-up the [Pre-course](./Pre-course/readme.md) materials
+- Round-up the [Pre-course](./Pre-course/README.md) materials
- Talk about any possible questions regarding the concepts learned so far
- Briefly introduce Figma
-- Spend a lot of time with hands-on coding, figuring out the [exercise](./The-one-and-only-week1/readme.md)
+- Spend a lot of time with hands-on coding, figuring out the [exercise](./The-one-and-only-week1/README.md)
- Learn to work efficiently with your teammates
diff --git a/courses/Foundation/HTML-CSS/The-one-and-only-week1/readme.md b/courses/Foundation/HTML-CSS/The-one-and-only-week1/README.md
similarity index 100%
rename from courses/Foundation/HTML-CSS/The-one-and-only-week1/readme.md
rename to courses/Foundation/HTML-CSS/The-one-and-only-week1/README.md
diff --git a/legacy/git/git1/readme.md b/legacy/git/git1/README.md
similarity index 100%
rename from legacy/git/git1/readme.md
rename to legacy/git/git1/README.md
diff --git a/legacy/git/git2/readme.md b/legacy/git/git2/README.md
similarity index 100%
rename from legacy/git/git2/readme.md
rename to legacy/git/git2/README.md
diff --git a/legacy/nodejs/README.md b/legacy/nodejs/README.md
index 3a0cc7f3..86ce0010 100644
--- a/legacy/nodejs/README.md
+++ b/legacy/nodejs/README.md
@@ -17,9 +17,9 @@ Most of this course will focus on the backend part. Meaning building a webserver
| Week | Topic | Preparation | Homework | Lesson plan |
| ---- | ----------------------------------------------- | ----------------------------------- | ------------------------------------ | ----------------------------------- |
-| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](week1/preparation.md) | [Homework](week1/homework/readme.md) | [Lesson plan](week1/lesson-plan.md) |
-| 2. | Express | [Preparation](week2/preparation.md) | [Homework](week2/homework/readme.md) | [Lesson plan](week2/lesson-plan.md) |
-| 3. | Database connection; API | [Preparation](week3/preparation.md) | [Homework](week3/homework/readme.md) | [Lesson plan](week3/lesson-plan.md) |
+| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](week1/preparation.md) | [Homework](week1/homework/README.md) | [Lesson plan](week1/lesson-plan.md) |
+| 2. | Express | [Preparation](week2/preparation.md) | [Homework](week2/homework/README.md) | [Lesson plan](week2/lesson-plan.md) |
+| 3. | Database connection; API | [Preparation](week3/preparation.md) | [Homework](week3/homework/README.md) | [Lesson plan](week3/lesson-plan.md) |
## Pre-requisites
diff --git a/legacy/nodejs/week1/readme.md b/legacy/nodejs/week1/README.md
similarity index 59%
rename from legacy/nodejs/week1/readme.md
rename to legacy/nodejs/week1/README.md
index afe4cbe2..acc03bf5 100644
--- a/legacy/nodejs/week1/readme.md
+++ b/legacy/nodejs/week1/README.md
@@ -4,6 +4,6 @@ In the first week of the module we will focus on a general introduction starting
## Planning
-| Week | Topic | Preparation | Homework | Lesson plan |
-| ---- | ----------------------------------------------- | ------------------------------------ | ------------------------------------- | ------------------------------------ |
-| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](/week1/preparation.md) | [Homework](/week1/homework/readme.md) | [Lesson plan](/week1/lesson-plan.md) |
+| Week | Topic | Preparation | Homework | Lesson plan |
+| ---- | ----------------------------------------------- | ------------------------------- | -------------------------------- | ------------------------------- |
+| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](./preparation.md) | [Homework](./homework/README.md) | [Lesson plan](./lesson-plan.md) |
diff --git a/legacy/nodejs/week1/homework/readme.md b/legacy/nodejs/week1/homework/README.md
similarity index 100%
rename from legacy/nodejs/week1/homework/readme.md
rename to legacy/nodejs/week1/homework/README.md
diff --git a/legacy/nodejs/week2/readme.md b/legacy/nodejs/week2/README.md
similarity index 99%
rename from legacy/nodejs/week2/readme.md
rename to legacy/nodejs/week2/README.md
index 2b010544..532f35eb 100644
--- a/legacy/nodejs/week2/readme.md
+++ b/legacy/nodejs/week2/README.md
@@ -61,7 +61,7 @@ Reproduce a log hitting errors and understanding flow.
### Relevant links
- [Preparation](preparation.md)
-- [Homework](homework/readme.md)
+- [Homework](homework/README.md)
- [Lesson plan](lesson-plan.md)
### Express.js
diff --git a/legacy/nodejs/week2/homework/readme.md b/legacy/nodejs/week2/homework/README.md
similarity index 100%
rename from legacy/nodejs/week2/homework/readme.md
rename to legacy/nodejs/week2/homework/README.md
diff --git a/legacy/nodejs/week3/readme.md b/legacy/nodejs/week3/README.md
similarity index 98%
rename from legacy/nodejs/week3/readme.md
rename to legacy/nodejs/week3/README.md
index 5609f122..5903d396 100644
--- a/legacy/nodejs/week3/readme.md
+++ b/legacy/nodejs/week3/README.md
@@ -14,7 +14,7 @@
## Relevant links
- [Preparation](preparation.md)
-- [Homework](homework/readme.md)
+- [Homework](homework/README.md)
- [Lesson plan](lesson-plan.md)
### 1. What is Representational State Transfer (REST)?
diff --git a/legacy/nodejs/week3/homework/readme.md b/legacy/nodejs/week3/homework/README.md
similarity index 100%
rename from legacy/nodejs/week3/homework/readme.md
rename to legacy/nodejs/week3/homework/README.md
diff --git a/legacy/react/README.md b/legacy/react/README.md
index 321616b4..e085a80b 100644
--- a/legacy/react/README.md
+++ b/legacy/react/README.md
@@ -18,7 +18,7 @@ Next.js is a popular framework which further enhances the development process an
This course is divided in 2 modules
-### [React 1](./react1/readme.md) (3 weeks)
+### [React 1](./react1/README.md) (3 weeks)
Here we will focus on:
@@ -27,7 +27,7 @@ Here we will focus on:
- How to use **props** and **state** in components
- How to react to events using **hooks**
-### [React 2](./react2/readme.md) (3 weeks)
+### [React 2](./react2/README.md) (3 weeks)
In React 2 we will further expand our skills and learn:
diff --git a/legacy/react/react1/readme.md b/legacy/react/react1/README.md
similarity index 100%
rename from legacy/react/react1/readme.md
rename to legacy/react/react1/README.md
diff --git a/legacy/react/react2/Meal-sharing/homework.md b/legacy/react/react2/Meal-sharing/homework.md
index 43bdbca8..e8405ff4 100644
--- a/legacy/react/react2/Meal-sharing/homework.md
+++ b/legacy/react/react2/Meal-sharing/homework.md
@@ -15,7 +15,7 @@ This page provides you with:
- `/first-meal`
- `/last-meal`
-[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week1/homework/readme.md#meal-sharing-endpoints)
+[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week1/homework/README.md#meal-sharing-endpoints)
### Week 2: CRUD routes for meals and reservations
@@ -35,7 +35,7 @@ This page provides you with:
- PUT `/api/reservations/:id`
- DELETE `/api/reservations/:id`
-[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week2/homework/readme.md#meal-sharing-endpoints)
+[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week2/homework/README.md#meal-sharing-endpoints)
### Week 3: Meal filtering and CRUD routes for reviews
@@ -61,7 +61,7 @@ This page provides you with:
- PUT `/api/reviews/:id`
- DELETE `/api/reviews/:id`
-[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week3/homework/readme.md#meal-sharing-endpoints)
+[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week3/homework/README.md#meal-sharing-endpoints)
## React 1
diff --git a/legacy/react/react2/readme.md b/legacy/react/react2/README.md
similarity index 100%
rename from legacy/react/react2/readme.md
rename to legacy/react/react2/README.md