Skip to content

Commit

Permalink
Merge pull request #361 from senior-knights/feature/add-2024-team-mem…
Browse files Browse the repository at this point in the history
…bers

correct the AboutPage link
  • Loading branch information
neh8 authored Dec 17, 2024
2 parents 1a25f85 + 3b06c03 commit d7a70da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion client-course-schedulizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d7a70da

Please sign in to comment.