CONTRIBUTING.md: fix a broken link

This commit is contained in:
Valeriy V. Vorotyntsev 2023-03-16 10:56:51 +02:00 committed by Dirkjan Ochtman
parent 127b604f26
commit da6aeb7685
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ If you're *looking* for security bugs, this crate is set up for
## Testing
- Features involving additions to the public API should have (at least)
API-level tests (see [`tests/api.rs`](tests/api.rs)).
API-level tests (see [`rustls/tests/api.rs`](rustls/tests/api.rs)).
- Protocol additions should have some coverage -- consider enabling
corresponding tests in the bogo suite, or writing some ad hoc tests.