Fix link in documentation. (take 2)

TBR=peah@webrtc.org

No-Try: True
Bug: None
Change-Id: I7f83fd9e0cbffab5165ef02e63d101308bdf6eb3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173684
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31082}
This commit is contained in:
Mirko Bonadei
2020-04-16 13:06:15 +02:00
committed by Commit Bot
parent 3c49531fb4
commit d059dfbc06

View File

@ -11,7 +11,7 @@ amongst others.
### Development
See [here](docs/native-code.md) for instructions on how to get started
See [here][native-dev] for instructions on how to get started
developing with the native code.
[Authoritative list](native-api.md) of directories that contain the
@ -26,3 +26,5 @@ native API header files.
* Continuous build: http://build.chromium.org/p/client.webrtc
* [Coding style guide](style-guide.md)
* [Code of conduct](CODE_OF_CONDUCT.md)
[native-dev]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/index.md