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