Skip to content

Commit 92143df

Browse files
committed
more link fixes
1 parent 0540a64 commit 92143df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ At this time, only specific triggers and bindings are supported by the V2 progra
103103
| Blob | x | x | x |
104104
| Event Grid | x | | x |
105105

106-
To learn about known limitations with the V2 model and their workarounds, see [Troublehshooting Python Functions using the V2 Model](./recover-python-functions.md?pivots=python-mode-decorators).
106+
To learn about known limitations with the V2 model and their workarounds, see [Troubleshoot Python errors in Azure Functions](./recover-python-functions.md?pivots=python-mode-decorators).
107107
::: zone-end
108108

109109
## Alternate entry point
@@ -123,7 +123,7 @@ You can change the default behavior of a function by optionally specifying the `
123123

124124
::: zone-end
125125
::: zone pivot="python-mode-decorators"
126-
During Preview, the entry point will always be in the file `function_app.py`. However, functions within the project can be
126+
During preview, the entry point is only in the file `function_app.py`. However, functions within the project can be referenced in function_app.py using [blueprints](#blueprints) or by importing.
127127
::: zone-end
128128

129129
## Folder structure

0 commit comments

Comments
 (0)