Skip to content

Commit b3d8343

Browse files
authored
(Azure CXP) fixes an incorrect link
resolves MicrosoftDocs/azure-docs#77794
1 parent 0578b15 commit b3d8343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-http-webhook-trigger.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ module.exports = function(context, req) {
371371

372372
# [PowerShell](#tab/powershell)
373373

374-
The following example shows a trigger binding in a *function.json* file and a [PowerShell function](functions-reference-node.md). The function looks for a `name` parameter either in the query string or the body of the HTTP request.
374+
The following example shows a trigger binding in a *function.json* file and a [PowerShell function](functions-reference-powershell.md). The function looks for a `name` parameter either in the query string or the body of the HTTP request.
375375

376376
```json
377377
{
@@ -925,4 +925,4 @@ If a function that uses the HTTP trigger doesn't complete within 230 seconds, th
925925

926926
## Next steps
927927

928-
- [Return an HTTP response from a function](./functions-bindings-http-webhook-output.md)
928+
- [Return an HTTP response from a function](./functions-bindings-http-webhook-output.md)

0 commit comments

Comments
 (0)