Merge pull request #22862 from sarahsanders-docker/model-cli-command

fix: model cli command links
This commit is contained in:
Sebastiaan van Stijn
2025-06-17 22:36:47 +02:00
committed by GitHub

View File

@@ -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 >}}