replace obsolete 'master' branch refs (#513)
diff --git a/README.md b/README.md index e99624c..b84fb5b 100644 --- a/README.md +++ b/README.md
@@ -1,7 +1,7 @@ # Python Rules for Bazel -* Postsubmit [](https://buildkite.com/bazel/python-rules-python-postsubmit) -* Postsubmit + Current Bazel Incompatible Flags [](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate) +* Postsubmit [](https://buildkite.com/bazel/python-rules-python-postsubmit) +* Postsubmit + Current Bazel Incompatible Flags [](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate) ## Overview @@ -9,7 +9,7 @@ `py_binary`, `py_test`, and related symbols that provide the basis for Python support in Bazel. It also contains packaging rules for integrating with PyPI (`pip`). Documentation lives in the -[`docs/`](https://github.com/bazelbuild/rules_python/tree/master/docs) +[`docs/`](https://github.com/bazelbuild/rules_python/tree/main/docs) directory and in the [Bazel Build Encyclopedia](https://docs.bazel.build/versions/master/be/python.html).