Skip to content

Commit 734cd80

Browse files
committed
link fix
1 parent ef04dd0 commit 734cd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/event-grid-how-tos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To test an Event Grid trigger locally, you have to get Event Grid HTTP requests
126126

127127
When you're done testing, you can use the same subscription for production by updating the endpoint. Use the [`az eventgrid event-subscription update`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-update) Azure CLI command.
128128

129-
You can also use the *ngrok* utility to forward remote requests to your locally running functions. For more information, see see [this tutorial](../functions-event-grid-blob-trigger.md#start-local-debugging).
129+
You can also use the *ngrok* utility to forward remote requests to your locally running functions. For more information, see see [this tutorial](./functions-event-grid-blob-trigger.md#start-local-debugging).
130130

131131
### Create a viewer web app
132132

0 commit comments

Comments
 (0)