From 120c826837d42d7f1cb1df27d47aca996dc457a3 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sat, 17 May 2025 17:00:28 -0700 Subject: [PATCH] docs: fix xref to toolchain docs from getting starting --- docs/getting-started.md | 2 +- docs/toolchains.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 969716603c..60d5d5e0be 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,7 +7,7 @@ and the older way of using `WORKSPACE`. It assumes you have a `requirements.txt` file with your PyPI dependencies. For more details information about configuring `rules_python`, see: -* [Configuring the runtime](toolchains) +* [Configuring the runtime](configuring-toolchains) * [Configuring third party dependencies (pip/pypi)](pypi-dependencies) * [API docs](api/index) diff --git a/docs/toolchains.md b/docs/toolchains.md index 121b398f7a..a2a2b5b63e 100644 --- a/docs/toolchains.md +++ b/docs/toolchains.md @@ -1,6 +1,7 @@ :::{default-domain} bzl ::: +(configuring-toolchains)= # Configuring Python toolchains and runtimes This documents how to configure the Python toolchain and runtimes for different