From 3c49531fb490638ab79d8e22e8f3361fe6aefbd3 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 16 Apr 2020 12:58:14 +0200 Subject: [PATCH] Fix link in documentation. TBR=peah@webrtc.org No-Try: True Bug: None Change-Id: I454e8fc2b440fb6876f035a5fc69814981effb91 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173683 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31081} --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a24595476..085e2a6447 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ amongst others. ### Development -See http://www.webrtc.org/native-code/development for instructions on how to get -started developing with the native code. +See [here](docs/native-code.md) for instructions on how to get started +developing with the native code. [Authoritative list](native-api.md) of directories that contain the native API header files.