diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index eaecd86245..dde16d35a4 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -92,7 +92,7 @@ Models are cached locally. {{< /tab >}} {{< tab name="From the Docker CLI">}} -Use the [`docker model pull` command](/reference/cli/docker/). +Use the [`docker model pull` command](/reference/cli/docker/model/pull/). {{< /tab >}} {{< /tabs >}} @@ -108,7 +108,7 @@ The interactive chat screen opens. {{< /tab >}} {{< tab name="From the Docker CLI" >}} -Use the [`docker model run` command](/reference/cli/docker/). +Use the [`docker model run` command](/reference/cli/docker/model/run/). {{< /tab >}} {{< /tabs >}} @@ -125,7 +125,7 @@ Select **Models** and select the **Logs** tab. {{< /tab >}} {{< tab name="From the Docker CLI">}} -Use the [`docker model log` command](/reference/cli/docker/). +Use the [`docker model logs` command](/reference/cli/docker/model/logs/). {{< /tab >}} {{< /tabs >}}