Skip to content

Commit 9a1a524

Browse files
mattnworbrickeylev
andauthored
docs(getting-started): fix link to python-build-standalone quirks (bazel-contrib#1771)
The `python-build-standalone.readthedocs.io` site seems to be dead. --------- Co-authored-by: Richard Levasseur <[email protected]>
1 parent 76f1c76 commit 9a1a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pip_parse(
159159

160160
After registration, your Python targets will use the toolchain's interpreter during execution, but a system-installed interpreter
161161
is still used to 'bootstrap' Python targets (see https://github.com/bazelbuild/rules_python/issues/691).
162-
You may also find some quirks while using this toolchain. Please refer to [python-build-standalone documentation's _Quirks_ section](https://python-build-standalone.readthedocs.io/en/latest/quirks.html).
162+
You may also find some quirks while using this toolchain. Please refer to [python-build-standalone documentation's _Quirks_ section](https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html).
163163

164164
## Toolchain usage in other rules
165165

0 commit comments

Comments
 (0)