diff --git a/7-bank-project/README.md b/7-bank-project/README.md index 4cddab28..99381d09 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 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](https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/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).