diff --git a/README.md b/README.md index 71bc45aa..86599f1d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _Create academic course schedules without stress._ This is the repository for the Course Schedulizer project created by students at [Calvin University](https://calvin.edu/) for the [Computer Science senior project](https://cs.calvin.edu/courses/cs/396/). For more information, see the: -- [About page](https://senior-knights.github.io/course-schedulizer/#/about) for a discussion of the purpose of the application. +- [About page](https://sharp-babbage-a45ee2.netlify.app/#/about) for a discussion of the purpose of the application. - [Help page](https://senior-knights.github.io/course-schedulizer/#/help) for instructions on how to use the application. - [Client README file](client-course-schedulizer/README.md) for a specification of the system development workflows. diff --git a/client-course-schedulizer/README.md b/client-course-schedulizer/README.md index 66724a8b..8fdcb86f 100644 --- a/client-course-schedulizer/README.md +++ b/client-course-schedulizer/README.md @@ -49,7 +49,7 @@ Edits you make to the code will automatically update the website in your browser 1. Create a pull request to merge your fully-implemented-and-tested feature branch into the `develop` branch. You can test your branch locally by running: - `pnpm start` to manually test your changes. - - `pnpm test` Launches the test runner in the interactive watch mode. See the section about [running tests](https://sharp-babbage-a45ee2.netlify.app/#/about) for more information. + - `pnpm test` Launches the test runner in the interactive watch mode. See the section about [running tests](https://create-react-app.dev/docs/running-tests/) for more information. GitHub is configured to require on review by a team member for all merges into the `develop` branch. When the merge is approved: