Skip to content

Commit 868affc

Browse files
committed
fix links
1 parent 712ec6f commit 868affc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Once the container is on the [host computer](#host-computer-requirements), use t
102102

103103
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gather required parameters](#gather-required-parameters) for details on how to get the `{ENDPOINT_URI}` and `{API_KEY}` values.
104104

105-
[Examples](computer-vision-resource-container-config.md#example-docker-run-commands) of the `docker run` command are available.
105+
[Examples](computer-vision-resource-container-config.md#example-docker-commands) of the `docker run` command are available.
106106

107107
```bash
108108
docker run --rm -it -p 5000:5000 --memory 16g --cpus 8 \
@@ -130,7 +130,7 @@ mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2022-04-30
130130
```
131131

132132

133-
More [examples](./computer-vision-resource-container-config.md#example-docker-run-commands) of the `docker run` command are available.
133+
More [examples](./computer-vision-resource-container-config.md#example-docker-commands) of the `docker run` command are available.
134134

135135
> [!IMPORTANT]
136136
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](#billing).

articles/ai-services/computer-vision/computer-vision-resource-container-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: aahi
1414

1515
# Configure Read OCR Docker containers
1616

17-
You can configure the Azure AI Vision Read OCR container's runtime environment by using the `docker run` command arguments. This container has some required settings, along with a few optional settings. Several [examples](#example-docker-run-commands) of the command are available. The container-specific settings are the billing settings.
17+
You can configure the Azure AI Vision Read OCR container's runtime environment by using the `docker run` command arguments. This container has some required settings, along with a few optional settings. Several [examples](#example-docker-commands) of the command are available. The container-specific settings are the billing settings.
1818

1919
## Configuration settings
2020

0 commit comments

Comments
 (0)