Skip to content

Commit 55d1042

Browse files
groodtaignas
andauthored
docs: Removes dead link after docs were migrated to sphinx (bazel-contrib#2005)
I believe the intended content is now here: https://rules-python.readthedocs.io/en/latest/#migrating-from-the-bundled-rules Im not sure there is much value linking to that page, but I don't mind. Just let me know. --------- Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent 04a803c commit 55d1042

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ Documentation for rules_python is at <https://rules-python.readthedocs.io> and i
1313

1414
Examples live in the [examples](examples) directory.
1515

16-
Currently, the core rules build into the Bazel binary, and the symbols in this
17-
repository are simple aliases. However, we are migrating the rules to Starlark and removing them from the Bazel binary. Therefore, the future-proof way to depend on Python rules is via this repository. See[`Migrating from the Bundled Rules`](#Migrating-from-the-bundled-rules) below.
18-
19-
The core rules are stable. Their implementation in Bazel is subject to Bazel's
16+
The core rules are stable. Their implementation is subject to Bazel's
2017
[backward compatibility policy](https://docs.bazel.build/versions/master/backward-compatibility.html).
21-
Once migrated to rules_python, they may evolve at a different
22-
rate, but this repository will still follow [semantic versioning](https://semver.org).
18+
This repository aims to follow [semantic versioning](https://semver.org).
2319

2420
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See [How to contribute](CONTRIBUTING.md) page for information on our development workflow.
2521

0 commit comments

Comments
 (0)