Skip to content

Commit 35839dd

Browse files
authored
Broken Link Fixed
Per task https://dev.azure.com/msft-skilling/Content/_workitems/edit/154982 Hi @eric-urban I've fixed the broken link. Please verify. Thanks!
1 parent 26d0417 commit 35839dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/how-to-custom-commands-setup-web-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ In this section, you'll use an existing default **DeviceState** endpoint. If you
154154
| Setting | Suggested value | Description |
155155
| ------- | --------------- | ----------- |
156156
| Name | UpdateDeviceState | Name for the web endpoint. |
157-
| URL | https://webendpointexample.azurewebsites.net/api/DeviceState | The URL of the endpoint you wish your custom command app to talk to. |
157+
| URL | ```https://webendpointexample.azurewebsites.net/api/DeviceState``` | The URL of the endpoint you wish your custom command app to talk to. |
158158
| Method | POST | The allowed interactions (such as GET, POST) with your endpoint.|
159159
| Headers | Key: app, Value: take the first 8 digits of your applicationId | The header parameters to include in the request header.|
160160

0 commit comments

Comments
 (0)