Skip to content

Commit b9d4893

Browse files
authored
Link fixes
1 parent 89b9b8f commit b9d4893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ As a Python developer, you might also be interested in these topics:
3636
+ [Machine learning & AI](functions-scenarios.md?pivots=programming-language-python#machine-learning-and-ai): Features machine learning with [PyTorch](machine-learning-pytorch.md) and [TensorFlow](functions-machine-learning-tensorflow.md). Connect to Azure OpenAI models using [Functions bindings](./functions-bindings-openai.md).
3737
+ [Automation](/samples/azure-samples/azure-functions-python-list-resource-groups/azure-functions-python-sample-list-resource-groups/): Use Python functions to automate the management of Azure resources.
3838
+ [Serverless workflows](./durable/quickstart-python-vscode.md?&pivots=python-mode-configuration): Create stateful functions in a serverless environment as part of orchestrated workflows.
39-
+ [More...](functions-scenarios?pivots=programming-language-python)
39+
+ [More...](functions-scenarios.md?pivots=programming-language-python)
4040
::: zone-end
4141
::: zone pivot="python-mode-decorators"
42-
+ [Machine learning & AI](functions-scenarios.md?pivots=programming-language-python#machine-learning-and-ai): Use [Functions bindings](./functions-bindings-openai.md) to connect to and manipulate Azure OpenAI data models, including [text completion](functions-add-openai-text-completion?pivots=programming-language-python).
42+
+ [Machine learning & AI](functions-scenarios.md?pivots=programming-language-python#machine-learning-and-ai): Use [Functions bindings](./functions-bindings-openai.md) to connect to and manipulate Azure OpenAI data models, including [text completion](functions-add-openai-text-completion.md?pivots=programming-language-python).
4343
+ [Serverless workflows](./durable/quickstart-python-vscode.md?&pivots=python-mode-decorators): Create stateful functions in a serverless environment as part of orchestrated workflows.
44-
+ [More...](functions-scenarios?pivots=programming-language-python)
44+
+ [More...](functions-scenarios.md?pivots=programming-language-python)
4545
::: zone-end
4646

4747
## [Hosting options](#tab/hosting)

0 commit comments

Comments
 (0)