From c789f6dae64f7a0e4dacadccce644431742d5a9d Mon Sep 17 00:00:00 2001 From: sarahsanders-docker Date: Tue, 17 Jun 2025 16:17:05 -0400 Subject: [PATCH 1/2] fix: link to model commands --- content/manuals/ai/model-runner/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index eaecd86245..76a5259176 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/run/). {{< /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 >}} From 5671dcad8af499ed46bbf7e7c8207026d89ff47e Mon Sep 17 00:00:00 2001 From: sarahsanders-docker Date: Tue, 17 Jun 2025 16:21:00 -0400 Subject: [PATCH 2/2] fix: docker model cli command links --- content/manuals/ai/model-runner/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 76a5259176..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/model/run/). +Use the [`docker model pull` command](/reference/cli/docker/model/pull/). {{< /tab >}} {{< /tabs >}}