Skip to content

Commit

Permalink
Update docs to reflect the default branch name change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410547961
Change-Id: I56d8f6f1767e0f2ad4f447fe1bb8b79770824a4a
  • Loading branch information
yilei authored and copybara-github committed Nov 17, 2021
1 parent 737055c commit 4b3aba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ will be expected to conform to the Python style outlined

* Maintain **clean commit history** and use **meaningful commit messages**.
PRs with messy commit history are difficult to review and won't be merged.
Use `rebase -i upstream/master` to curate your commit history and/or to
bring in latest changes from master (but avoid rebasing in the middle of a
Use `rebase -i upstream/main` to curate your commit history and/or to
bring in latest changes from main (but avoid rebasing in the middle of a
code review).

* Keep your PR up to date with upstream/master (if there are merge conflicts,
* Keep your PR up to date with upstream/main (if there are merge conflicts,
we can't really merge your change).

* **All tests need to be passing** before your change can be merged. We
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bazel test absl/...
### Example Code

Please refer to
[smoke_tests/sample_app.py](https://github.com/abseil/abseil-py/blob/master/smoke_tests/sample_app.py)
[smoke_tests/sample_app.py](https://github.com/abseil/abseil-py/blob/main/smoke_tests/sample_app.py)
as an example to get started.

## Documentation
Expand Down

0 comments on commit 4b3aba6

Please sign in to comment.