Skip to content

Commit 0824042

Browse files
author
Jonathon Belotti
authored
replace obsolete 'master' branch refs (#513)
1 parent 304b85c commit 0824042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Python Rules for Bazel
22

3-
* Postsubmit [![Build status](https://badge.buildkite.com/0bcfe58b6f5741aacb09b12485969ba7a1205955a45b53e854.svg?branch=master)](https://buildkite.com/bazel/python-rules-python-postsubmit)
4-
* Postsubmit + Current Bazel Incompatible Flags [![Build status](https://badge.buildkite.com/219007166ab6a7798b22758e7ae3f3223001398ffb56a5ad2a.svg?branch=master)](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate)
3+
* Postsubmit [![Build status](https://badge.buildkite.com/0bcfe58b6f5741aacb09b12485969ba7a1205955a45b53e854.svg?branch=main)](https://buildkite.com/bazel/python-rules-python-postsubmit)
4+
* Postsubmit + Current Bazel Incompatible Flags [![Build status](https://badge.buildkite.com/219007166ab6a7798b22758e7ae3f3223001398ffb56a5ad2a.svg?branch=main)](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate)
55

66
## Overview
77

88
This repository is the home of the core Python rules -- `py_library`,
99
`py_binary`, `py_test`, and related symbols that provide the basis for Python
1010
support in Bazel. It also contains packaging rules for integrating with PyPI
1111
(`pip`). Documentation lives in the
12-
[`docs/`](https://github.com/bazelbuild/rules_python/tree/master/docs)
12+
[`docs/`](https://github.com/bazelbuild/rules_python/tree/main/docs)
1313
directory and in the
1414
[Bazel Build Encyclopedia](https://docs.bazel.build/versions/master/be/python.html).
1515

0 commit comments

Comments
 (0)