Skip to content

Commit 807f78a

Browse files
committed
Learn Editor: Update disconnected-containers.md
1 parent 3c0a762 commit 807f78a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/cognitive-services/containers/disconnected-containers.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ If you're using the [Translator container](../translator/containers/translator-h
163163

164164
#### Speech containers
165165

166-
[Speech-to-Text](#tab/stt)
166+
# [Speech-to-text](#tab/stt)
167167

168168
The [Speech-to-Text](../speech-service/speech-container-howto.md?tabs=stt) container provides a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
169169

@@ -175,7 +175,7 @@ Below is a sample command to set file/directory ownership.
175175
sudo chown -R nonroot:nonroot <YOUR_LOCAL_MACHINE_PATH_1> <YOUR_LOCAL_MACHINE_PATH_2> ...
176176
```
177177

178-
[Neural Text-to-Speech](#tab/ntts)
178+
# [Neural Text-to-Speech](#tab/ntts)
179179

180180
The [Neural Text-to-Speech](../speech-service/speech-container-howto.md?tabs=ntts) container provides a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
181181

@@ -187,7 +187,7 @@ Below is a sample command to set file/directory ownership.
187187
sudo chown -R nonroot:nonroot <YOUR_LOCAL_MACHINE_PATH_1> <YOUR_LOCAL_MACHINE_PATH_2> ...
188188
```
189189

190-
[Custom Speech-to-Text](#tab/cstt)
190+
# [Custom Speech-to-Text](#tab/cstt)
191191

192192
In order to prepare and configure the Custom Speech-to-Text container you will need two separate speech resources:
193193

@@ -196,9 +196,9 @@ In order to prepare and configure the Custom Speech-to-Text container you will n
196196

197197
To download all the required models into your Custom Speech-to-Text container follow the instructions for Custom Speech-to-Text containers on the [Install and run Speech containers](../speech-service/speech-container-howto.md?tabs=cstt) page and use the #1 speech resource.
198198

199-
After all required models have been downloaded into your container you need to download the disconnected license file the instruction from above chapter [Configure the container to be run in a disconnected environment](./disconnected-containers#configure-the-container-to-be-run-in-a-disconnected-environment) and use the #2 speech resource.
199+
After all required models have been downloaded into your container you need to download the disconnected license file the instruction from above chapter [Configure the container to be run in a disconnected environment](../disconnected-containers#configure-the-container-to-be-run-in-a-disconnected-environment) and use the #2 speech resource.
200200

201-
To run the container in disconnected mode follow the instructions from above chapter [Run the container in a disconnected environment](./disconnected-containers#run-the-container-in-a-disconnected-environment).
201+
To run the container in disconnected mode follow the instructions from above chapter [Run the container in a disconnected environment](../disconnected-containers#run-the-container-in-a-disconnected-environment).
202202

203203
The [Custom Speech-to-Text](../speech-service/speech-container-howto.md?tabs=cstt) container provides a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
204204

@@ -292,3 +292,4 @@ If you run the container with an output mount and logging enabled, the container
292292

293293
[Azure Cognitive Services containers overview](../cognitive-services-container-support.md)
294294

295+

0 commit comments

Comments
 (0)