Skip to content

Commit f4f1a8c

Browse files
committed
Fix bad link in CONTRIBUTING.md
1 parent 3e4e409 commit f4f1a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ See [ci/image/Dockerfile](../ci/image/Dockerfile) for the installation of the CI
4646
You can also run tests normally with `go test`. [test.sh](../ci/test.sh) just passes a default set of flags to
4747
`go test` to collect coverage and also prettify the output.
4848

49-
You can pass flags to [test.sh](ci/test.sh) if you want to run a specific test or otherwise
49+
You can pass flags to [test.sh](../ci/test.sh) if you want to run a specific test or otherwise
5050
control the behaviour of `go test` but also get coverage.
5151

5252
Coverage percentage from codecov and the CI scripts will be different because they are calculated differently.

0 commit comments

Comments
 (0)