Skip to content

Commit e203799

Browse files
committed
based on warning - correct links
1 parent 1eef123 commit e203799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-health-insights/use-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure AI Health Insights container images can be found on the `mcr.microsoft.com
5252
To use the latest version of the container, you can use the `latest` tag. You can find a full list of tags on the MCR via `https://mcr.microsoft.com/v2/azure-cognitive-services/health-insights/clinical-matching/tags/list`.
5353

5454
- Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download this container image from the Microsoft public container registry.
55-
You can find the featured tags on the [docker hub clinical matching page](https://hub.docker.com/_/microsoft-azure-cognitive-services-health-insights-clinical-matching).
55+
You can find the featured tags on the [docker hub clinical matching page](https://hub.docker.com/r/microsoft-azure-cognitive-services-health-insights-clinical-matching).
5656

5757
```
5858
docker pull mcr.microsoft.com/azure-cognitive-services/health-insights/<model-name>:<tag-name>
@@ -133,7 +133,7 @@ curl -X PUT 'http://<serverURL>:5000/health-insights/<model>/jobs/id?api-version
133133

134134
#### Example docker compose file
135135

136-
The below example shows how a [docker compose](https://docs.docker.com/compose/reference/overview) file can be created to deploy the health-insights containers.
136+
The below example shows how a [docker compose](https://docs.docker.com/reference/compose-file/) file can be created to deploy the health-insights containers.
137137

138138
```yaml
139139
version: "3"

0 commit comments

Comments
 (0)