diff --git a/projects/mern-pern-project.md b/projects/mern-pern-project.md index 0a5a13f20..9acf24e0b 100644 --- a/projects/mern-pern-project.md +++ b/projects/mern-pern-project.md @@ -140,7 +140,7 @@ Add a "Healthy" filter checkbox - See the [pg-promise instructions](https://expressjs.com/en/guide/database-integration.html#postgresql) for an idea of how to do that - Test this API with Postman - Once it is working, make the React app - - use [create-react-app instructions](https://github.com/Techtonica/curriculum/blob/main/projects/eventonica/eventonica-part3-react.md#step-2-set-up-react-app) to get started + - use [create-react-app instructions](/project-example/week-9/eventonica/eventonica-setup.md#set-up-a-new-react-app-with-api-support) to get started - Make a simple component that will show all the sightings - Use fetch to retrieve data from `/sightings` - Make sure this basic end-to-end flow is working. If not, get help!