From 9bbd51edf9674e030c4484c6b700116455ce8b83 Mon Sep 17 00:00:00 2001 From: Johannes Kron Date: Tue, 4 Feb 2020 12:47:29 +0100 Subject: [PATCH] Fix links Bug: webrtc:11335 Change-Id: I3cd8da6eada2d343bffd6bbdc62962a994606232 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168187 Reviewed-by: Mirko Bonadei Commit-Queue: Johannes Kron Cr-Commit-Position: refs/heads/master@{#30452} --- docs/native-code/index.md | 4 ++-- docs/native-code/rtp-hdrext/index.md | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/native-code/index.md b/docs/native-code/index.md index 5900538407..ab49088c0e 100644 --- a/docs/native-code/index.md +++ b/docs/native-code/index.md @@ -33,10 +33,10 @@ bugs found in native code. * [Development][webrtc-development] * [Android][webtc-android-development] * [iOS][webrtc-ios-development] -* [Experimental RTP header extensions][rtp_hdrext] +* [Experimental RTP header extensions][rtp-hdrext] [webrtc-prerequitite-sw]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/prerequisite-sw/index.md [webrtc-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/index.md [webtc-android-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/android/index.md [webrtc-ios-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ios/index.md -[rtp_hdrext]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/rtp_hdrext/index.md +[rtp-hdrext]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/rtp-hdrext/index.md diff --git a/docs/native-code/rtp-hdrext/index.md b/docs/native-code/rtp-hdrext/index.md index 2e15ba6e08..f9aa9ac7a2 100644 --- a/docs/native-code/rtp-hdrext/index.md +++ b/docs/native-code/rtp-hdrext/index.md @@ -1,10 +1,10 @@ The following subpages define experiemental RTP header extensions: - * [abs-send-time](abs-send-time) - * [abs-capture-time](abs-capture-time) - * [color-space](color-space) - * [playout-delay](playout-delay) - * [transport-wide-cc-02](transport-wide-cc-02) - * [video-content-type](video-content-type) - * [video-timing](video-timing) - * [inband-cn](inband-cn) + * [abs-send-time](abs-send-time/index.md) + * [abs-capture-time](abs-capture-time/index.md) + * [color-space](color-space/index.md) + * [playout-delay](playout-delay/index.md) + * [transport-wide-cc-02](transport-wide-cc-02/index.md) + * [video-content-type](video-content-type/index.md) + * [video-timing](video-timing/index.md) + * [inband-cn](inband-cn/index.md)