Skip to content

Commit aa0840c

Browse files
ehhuangraghotham
andauthored
docs: fix building distro link (llamastack#2750)
# What does this PR do? ## Test Plan Co-authored-by: raghotham <[email protected]>
1 parent f731f36 commit aa0840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting_started/detailed_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ENABLE_OLLAMA=ollama INFERENCE_MODEL="llama3.2:3b" llama stack build --template
7777
You can use a container image to run the Llama Stack server. We provide several container images for the server
7878
component that works with different inference providers out of the box. For this guide, we will use
7979
`llamastack/distribution-starter` as the container image. If you'd like to build your own image or customize the
80-
configurations, please check out [this guide](../references/index.md).
80+
configurations, please check out [this guide](../distributions/building_distro.md).
8181
First lets setup some environment variables and create a local directory to mount into the container’s file system.
8282
```bash
8383
export INFERENCE_MODEL="llama3.2:3b"

0 commit comments

Comments
 (0)