Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/build_maxtext.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Hardcoding a specific version (maxtext-v0.2.3) in the documentation URL makes it brittle and prone to becoming outdated when new versions are released. Consider using latest or stable in the ReadTheDocs URL to ensure the link always points to the most current version of the installation guide.

For example:
https://maxtext.readthedocs.io/en/latest/install_maxtext.html

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't hardcode the link. We should use relative links.


## Pre-built MaxText Docker images

Expand Down
Loading