From d059dfbc06e06402a420ef4abec9b319e834e754 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 16 Apr 2020 13:06:15 +0200 Subject: [PATCH] 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 Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31082} --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 085e2a6447..e91fb16ce7 100644 --- a/README.md +++ b/README.md @@ -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