Skip to content

Commit ecde8a7

Browse files
committed
Fix URLs
1 parent 0a62db0 commit ecde8a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-services/openai/includes/whisper-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ python quickstart.py
9999
You can get sample audio files, such as *wikipediaOcelot.wav*, from the [Azure AI Speech SDK repository at GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/sampledata/audiofiles).
100100

101101
> [!IMPORTANT]
102-
> For production, store and access your credentials using a secure method, such as [Azure Key Vault](../../../key-vault/general/overview.md). For more information about credential security, see [Azure AI services security](../../security-features.md).
102+
> For production, store and access your credentials using a secure method, such as [Azure Key Vault](/azure/key-vault/general/overview). For more information about credential security, see [Azure AI services security](../../security-features.md).
103103
104104
## Output
105105

articles/ai-services/openai/includes/whisper-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ curl https://aoai-docs.openai.azure.com/openai/deployments/{YourDeploymentName}/
2929
You can get sample audio files, such as *wikipediaOcelot.wav*, from the [Azure AI Speech SDK repository at GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/sampledata/audiofiles).
3030

3131
> [!IMPORTANT]
32-
> For production, store and access your credentials using a secure method, such as [Azure Key Vault](../../../key-vault/general/overview.md). For more information about credential security, see [Azure AI services security](../../security-features.md).
32+
> For production, store and access your credentials using a secure method, such as [Azure Key Vault](/azure/key-vault/general/overview). For more information about credential security, see [Azure AI services security](../../security-features.md).
3333
3434
## Output
3535

articles/ai-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ items:
3838
href: dall-e-quickstart.md
3939
- name: Use your data
4040
href: use-your-data-quickstart.md
41-
- name: Whisper
41+
- name: Whisper model
4242
href: whisper-quickstart.md
4343
- name: Text to speech (preview)
4444
href: text-to-speech-quickstart.md

0 commit comments

Comments
 (0)