diff --git a/docs/native-code/development/index.md b/docs/native-code/development/index.md index 07087b4786..c6f00be732 100644 --- a/docs/native-code/development/index.md +++ b/docs/native-code/development/index.md @@ -51,7 +51,7 @@ $ git new-branch your-branch-name See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development] pages for separate instructions. **NOTICE:** if you get `Remote: Daily bandwidth rate limit exceeded for `, -make sure [you're logged in][webrtc-first-patch]. The quota is much larger for logged in users. +make sure you're logged in. The quota is much larger for logged in users. ## Updating the Code @@ -264,7 +264,7 @@ Target name `turnserver`. In active development to reach compatibility with [ninja]: https://ninja-build.org/ [gn]: https://gn.googlesource.com/gn/+/master/README.md [gn-doc]: https://gn.googlesource.com/gn/+/master/docs/reference.md#IDE-options -[webtc-android-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/android/index.md +[webrtc-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 [chromium-work-branches]: https://www.chromium.org/developers/how-tos/get-the-code/working-with-branches [chromium-work-release-branches]: https://www.chromium.org/developers/how-tos/get-the-code/working-with-release-branches @@ -272,6 +272,5 @@ Target name `turnserver`. In active development to reach compatibility with [depot-tools]: http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up [rfc-5389]: https://tools.ietf.org/html/rfc5389 [rfc-5766]: https://tools.ietf.org/html/rfc5766 -[webrtc-first-patch]: https://webrtc.org/native-code/development/#contributing-your-first-patch [m43-log]: https://webrtc.googlesource.com/src/+log/branch-heads/43 [m43]: https://webrtc.googlesource.com/src/+/branch-heads/43 diff --git a/docs/native-code/development/prerequisite-sw/index.md b/docs/native-code/development/prerequisite-sw/index.md index 866f585c48..c34db6e68b 100644 --- a/docs/native-code/development/prerequisite-sw/index.md +++ b/docs/native-code/development/prerequisite-sw/index.md @@ -51,10 +51,10 @@ need to install the NDK/SDK separately. [Chromium's Linux prerequisites][chromium-linux-prerequisites] for distro-specific details. -[depot-tools]: http://dev.chromium.org/developers/how-tos/install-depot-tools +[depot-tools]: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up [git]: http://git-scm.com [install-build-deps]: https://cs.chromium.org/chromium/src/build/install-build-deps.sh [chromium-linux-build-instructions]: https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md [chromium-win-build-instructions]: https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md -[chromium-linux-prerequisites]: https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Install -[chromium-android-build-build-instructions]: https://www.chromium.org/developers/how-tos/android-build-instructions +[chromium-linux-prerequisites]: https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#notes +[chromium-android-build-build-instructions]: https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md