8000 Fix broken link. (#955) · comius/rules_python@def63ad · GitHub
[go: up one dir, main page]

Skip to content

Commit def63ad

Browse files
authored
Fix broken link. (bazel-contrib#955)
1 parent 9a9c844 commit def63ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You may also find some quirks while using this toolchain. Please refer to [pytho
8383

8484
### Toolchain usage in other rules
8585

86-
Python toolchains can be utilised in other bazel rules, such as `genrule()`, by adding the `toolchains=["@rules_python//python:current_py_toolchain"]` attribute. The path to the python interpreter can be obtained by using the `$(PYTHON2)` and `$(PYTHON3)` ["Make" Variables](https://bazel.build/reference/be/make-variables). See the [`test_current_py_toolchain`](tests/load_from_macro/BUILD) target for an example.
86+
Python toolchains can be utilised in other bazel rules, such as `genrule()`, by adding the `toolchains=["@rules_python//python:current_py_toolchain"]` attribute. The path to the python interpreter can be obtained by using the `$(PYTHON2)` and `$(PYTHON3)` ["Make" Variables](https://bazel.build/reference/be/make-variables). See the [`test_current_py_toolchain`](tests/load_from_macro/BUILD.bazel) target for an example.
8787

8888

8989
### "Hello World"

0 commit comments

Comments
 (0)
0