From 5cca08648c9f8b80ee0cf4c8bc22629e66dfc313 Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Mon, 16 Jan 2023 10:05:25 +0100 Subject: [PATCH] Update WebRTC doc related to webrtc.org accounts. Change-Id: I814ad512f1dbec7aa0938f12becbb8367ac5d63a Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290887 Reviewed-by: Mirko Bonadei Commit-Queue: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#39110} --- docs/native-code/development/contributing.md | 4 ++-- docs/native-code/development/index.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/native-code/development/contributing.md b/docs/native-code/development/contributing.md index 9aa7b0a4e8..16814a0876 100644 --- a/docs/native-code/development/contributing.md +++ b/docs/native-code/development/contributing.md @@ -20,7 +20,7 @@ a contribution can be accepted. Please complete the agreement for an ### Contributing your First Patch You must do some preparation in order to upload your first CL: -* [Check out and build the code][check out and build the code] +* [Check out and build the code][Check out and build the code] * Fill in the Contributor agreement (see above) * If you’ve never submitted code before, you must add your (or your organization’s in the case the contributor agreement is signed by @@ -34,7 +34,7 @@ You must do some preparation in order to upload your first CL: You will not have to repeat the above. After all that, you’re ready to upload: -[Check out and the build code]: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/development/index.md +[Check out and build the code]: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/development/index.md [AUTHORS]: https://webrtc.googlesource.com/src/+/refs/heads/main/AUTHORS [new-password]: https://webrtc.googlesource.com/new-password [discuss-webrtc]: https://groups.google.com/forum/#!forum/discuss-webrtc diff --git a/docs/native-code/development/index.md b/docs/native-code/development/index.md index f8c65b276b..d969c7621f 100644 --- a/docs/native-code/development/index.md +++ b/docs/native-code/development/index.md @@ -197,13 +197,13 @@ find info on how to run trybots and applying for try rights. Many WebRTC committers are also Chromium committers. To make sure to use the right account for pushing commits to WebRTC, use the `user.email` Git config -setting. The recommended way is to have the chromium.org account set globally +setting. The recommended way is to have the chromium committer account set globally as described at the [depot tools setup page][depot-tools] and then set `user.email` -locally for the WebRTC repos using (change to your webrtc.org address): +locally for the WebRTC repos using: ``` $ cd /path/to/webrtc/src -$ git config user.email yourname@webrtc.org +$ git config user.email ``` ## Example Applications