Fixed url to TodoApp in README.md.

This commit is contained in:
Martin Šošić 2021-02-10 21:41:09 +01:00 committed by GitHub
parent e83f745f45
commit 9489e9f247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ psl=}
Source files (`.wasp`, `.js(x)`, `.css`, ...) are compiled by `waspc` (Wasp compiler) into the web technology stack of your choice (currently React + NodeJS/ExpressJS + Prisma).
:arrow_forward: Check out [TodoApp example](/examples/TodoApp) for the complete code example. :arrow_backward:
:arrow_forward: Check out [TodoApp example](/examples/tutorials/TodoApp) for the complete code example. :arrow_backward:
Why is Wasp awesome:
- **Quick start**: Due to its expressiveness, you can create and deploy a production-ready web app from scratch with very few lines of concise, consistent, declarative code.