Skip to content

Commit 57a80ca

Browse files
diberryggailey777
andauthored
Update articles/azure-functions/functions-bindings-http-webhook-trigger.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 2df09d4 commit 57a80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ The following example shows an HTTP trigger [JavaScript function](functions-refe
307307

308308
# [Model v3](#tab/nodejs-v3)
309309

310-
The following example shows a trigger binding in a *function.json* file and a [JavaScript function](functions-reference-node.md) that uses the binding. The function looks for a `name` parameter either in the query string or the body of the [HTTP request](functions-reference-node.md?tabs=javascript&pivots=nodejs-model-v4#http-request).
310+
The following example shows a trigger binding in a *function.json* file and a [JavaScript function](functions-reference-node.md) that uses the binding. The function looks for a `name` parameter either in the query string or the body of the [HTTP request](functions-reference-node.md?tabs=javascript&pivots=nodejs-model-v3#http-request).
311311

312312
Here's the *function.json* file:
313313

0 commit comments

Comments
 (0)