Skip to content

Commit

Permalink
Merge pull request #28 from ConnorMarcus/va9id-patch-1
Browse files Browse the repository at this point in the history
Fixed broken link in README
  • Loading branch information
Noahh01 authored Nov 10, 2023
2 parents 29490ec + 57d9c20 commit e53e4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Tickets for new features, bug fixes, and more are available in the [Issues tab](
```
mvn clean test -Dtest=<PATH_TO_TEST>.<TEST_CLASS>
```
E.g., [TestStudent](/src/test/java/sysc4806.project/models/TestStudent.java)
E.g., [TestStudent](/src/test/java/sysc4806/project/models/TestStudent.java)
```
mvn clean test -Dtest=sysc4806.project.models.TestStudent
```
Expand Down

0 comments on commit e53e4f4

Please sign in to comment.