From afdfd02f435f53789e6910cdf27fed48f89427dd Mon Sep 17 00:00:00 2001 From: Jin Lee <44107150+cookiethecatkr@users.noreply.github.com> Date: Sun, 3 Oct 2021 10:13:43 +0900 Subject: [PATCH] Update READ.me (#429) * Update READ.me Fixed typo. Re-arranged items. * Update README.md Removed the broken link. * Update README.md * Update README.md Adding the relative path --- 1-getting-started-lessons/README.md | 10 +++++++--- 7-bank-project/README.md | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/1-getting-started-lessons/README.md b/1-getting-started-lessons/README.md index 25bbbbb9..7be4d89b 100644 --- a/1-getting-started-lessons/README.md +++ b/1-getting-started-lessons/README.md @@ -5,13 +5,17 @@ In this section of the curriculum, you will be introduced to non project-based c ### Topics 1. [Introduction to Programming Languages and Tools of the Trade](1-intro-to-programming-languages/README.md) -2. [Basics of GitHub](2-github-basics/README.md) +2. [Introduction to GitHub](2-github-basics/README.md) 3. [Basics of Accessibility](3-accessibility/README.md) ### Credits -Basics of Accessibility was written with ♥️ by [Christopher Harrison](https://twitter.com/geektrainer) +Introduction to Programming Languages and Tools of the Trade was written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique) Introduction to GitHub was written with ♥️ by [Floor Drees](https://twitter.com/floordrees) -Introduction to Programming Languages and Tools of the Trade was written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique) +Basics of Accessibility was written with ♥️ by [Christopher Harrison](https://twitter.com/geektrainer) + + + + diff --git a/7-bank-project/README.md b/7-bank-project/README.md index 7abb156c..fbacec66 100644 --- a/7-bank-project/README.md +++ b/7-bank-project/README.md @@ -16,6 +16,6 @@ In this project, you'll learn how to build a fictional bank. These lessons inclu These lessons were written with :hearts: by [Yohan Lasorsa](https://twitter.com/sinedied). -If you're interested to learn how to build the [server API](./api/README) used in these lessons, you can follow [this series of videos](https://aka.ms/NodeBeginner) (in particular videos 17 through 21). +If you're interested to learn how to build the [server API](/7-bank-project/api/README.md) used in these lessons, you can follow [this series of videos](https://aka.ms/NodeBeginner) (in particular videos 17 through 21). -You can also take a look at [this interactive Learn tutorial](https://aka.ms/learn/express-api). \ No newline at end of file +You can also take a look at [this interactive Learn tutorial](https://aka.ms/learn/express-api).