Skip to content

Commit 5c20268

Browse files
authored
docs: fix xref to toolchain docs from getting starting (#2899)
The "toolchains" xref is ambiguous. Create a unique header for the toolchain configuration section and link to that name instead.
1 parent dcf0511 commit 5c20268

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and the older way of using `WORKSPACE`.
77
It assumes you have a `requirements.txt` file with your PyPI dependencies.
88

99
For more details information about configuring `rules_python`, see:
10-
* [Configuring the runtime](toolchains)
10+
* [Configuring the runtime](configuring-toolchains)
1111
* [Configuring third party dependencies (pip/pypi)](pypi-dependencies)
1212
* [API docs](api/index)
1313

docs/toolchains.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:::{default-domain} bzl
22
:::
33

4+
(configuring-toolchains)=
45
# Configuring Python toolchains and runtimes
56

67
This documents how to configure the Python toolchain and runtimes for different

0 commit comments

Comments
 (0)