Skip to content

Commit a751043

Browse files
Merge pull request #250533 from cmcclister/Broken-link-fix-eric-urban
Broken Link Fixed
2 parents 22f4da9 + 35839dd commit a751043

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)