Skip to content

Commit c5b207b

Browse files
committed
Reference fixes
1 parent 6d3bb85 commit c5b207b

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
@@ -1016,7 +1016,7 @@ HTTP streams support in Python lets you accept and return data from your HTTP en
10161016
### Prerequisites
10171017

10181018
* [Azure Functions runtime](functions-versions.md?pivots=programming-language-python) version 4.34.1, or a later version.
1019-
* [Python](https://www.python.org/downloads/) version 3.8, or a later [supported version](functions-reference-python?tabs=get-started&pivots=python-mode-decorators#python-version).
1019+
* [Python](https://www.python.org/downloads/) version 3.8, or a later [supported version](functions-reference-python.md?tabs=get-started&pivots=python-mode-decorators#python-version).
10201020

10211021
### Enable HTTP streams
10221022

0 commit comments

Comments
 (0)