mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Fix links
Bug: None Change-Id: I3a30b1a847e929a336563a0fa472bfe2950ce69d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/334260 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#41517}
This commit is contained in:
parent
60885b5d89
commit
7cb56f5fbd
2 changed files with 2 additions and 2 deletions
|
@ -289,5 +289,5 @@ Target name `turnserver`. Used for unit tests.
|
|||
[rfc-5766]: https://tools.ietf.org/html/rfc5766
|
||||
[m80-log]: https://webrtc.googlesource.com/src/+log/branch-heads/3987
|
||||
[m80]: https://webrtc.googlesource.com/src/+/branch-heads/3987
|
||||
[fuzzers-test]: https://webrtc.googlesource.com/src/+/main/test/fuzzers/
|
||||
[fuzzers-dir]: https://webrtc.googlesource.com/src/+/main/test/fuzzers/
|
||||
[fuzzers]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/fuzzers/
|
||||
|
|
|
@ -19,7 +19,7 @@ platform specific tips on the [Android][webrtc-android-development] and
|
|||
## Add new fuzzers
|
||||
Create a new `.cc` file in the [test/fuzzers][fuzzers] directory, use existing files as a guide.
|
||||
|
||||
Add a new `webrtc_fuzzers_test` build rule in the [test/fuzzers/BUILD.gn][BUILD], use existing rules as a guide.
|
||||
Add a new `webrtc_fuzzers_test` build rule in the [test/fuzzers/BUILD.gn][BUILD.gn], use existing rules as a guide.
|
||||
|
||||
Ensure it compiles and executes locally then add it to a gerrit CL and upload it for review, e.g.
|
||||
|
||||
|
|
Loading…
Reference in a new issue