Skip to content

Commit e085823

Browse files
authored
Merge pull request #22862 from sarahsanders-docker/model-cli-command
fix: model cli command links
2 parents c959344 + 5671dca commit e085823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Models are cached locally.
9292
{{< /tab >}}
9393
{{< tab name="From the Docker CLI">}}
9494

95-
Use the [`docker model pull` command](/reference/cli/docker/).
95+
Use the [`docker model pull` command](/reference/cli/docker/model/pull/).
9696

9797
{{< /tab >}}
9898
{{< /tabs >}}
@@ -108,7 +108,7 @@ The interactive chat screen opens.
108108
{{< /tab >}}
109109
{{< tab name="From the Docker CLI" >}}
110110

111-
Use the [`docker model run` command](/reference/cli/docker/).
111+
Use the [`docker model run` command](/reference/cli/docker/model/run/).
112112

113113
{{< /tab >}}
114114
{{< /tabs >}}
@@ -125,7 +125,7 @@ Select **Models** and select the **Logs** tab.
125125
{{< /tab >}}
126126
{{< tab name="From the Docker CLI">}}
127127

128-
Use the [`docker model log` command](/reference/cli/docker/).
128+
Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
129129

130130
{{< /tab >}}
131131
{{< /tabs >}}

0 commit comments

Comments
 (0)