Skip to content

Commit 370d1df

Browse files
Merge pull request #272543 from rwestMSFT/rw-0417-fix-broken-link
Fix broken link in include file
2 parents 8782ca8 + c219bd2 commit 370d1df

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/intent-recognition

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/intent-recognition/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now we'll add some basic UI for input boxes, reference the Speech SDK's JavaScri
5151
<td><h1 style="font-weight:500;">Microsoft Azure AI Speech SDK JavaScript Quickstart</h1></td>
5252
</tr>
5353
<tr>
54-
<td align="right"><a href="https://learn.microsoft.com~/articles/ai-services/speech-service/get-started" target="_blank">Subscription</a>:</td>
54+
<td align="right"><a href="https://learn.microsoft.com/azure/ai-services/speech-service/overview" target="_blank">Subscription</a>:</td>
5555
<td><input id="subscriptionKey" type="text" size="40" value="subscription"></td>
5656
</tr>
5757
<tr>

0 commit comments

Comments
 (0)