From 9d8d54157b4062ffad245ec1a3765fea3faa684d Mon Sep 17 00:00:00 2001 From: Jetski Date: Mon, 10 Aug 2026 23:34:23 -0700 Subject: [PATCH] Fix installation guide link in build_maxtext.md --- docs/tutorials/build_maxtext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/build_maxtext.md b/docs/tutorials/build_maxtext.md index 4b83bd048a..0c64252ba5 100644 --- a/docs/tutorials/build_maxtext.md +++ b/docs/tutorials/build_maxtext.md @@ -50,7 +50,7 @@ If the `docker run hello-world` command fails with a permission denied error (e. ## Installation Modes -Follow the instructions in the [Installation guide](../install_maxtext.md) to install the `maxtext[runner]` extra, which includes all necessary dependencies for building MaxText Docker images and running workloads through XPK. It automatically installs XPK, so you do not need to install it separately to manage your clusters and workloads. +Follow the instructions in the [Installation guide](https://maxtext.readthedocs.io/en/maxtext-v0.2.3/install_maxtext.html) to install the `maxtext[runner]` extra, which includes all necessary dependencies for building MaxText Docker images and running workloads through XPK. It automatically installs XPK, so you do not need to install it separately to manage your clusters and workloads. ## Pre-built MaxText Docker images