Skip to content

Commit 9e96f6d

Browse files
authored
patch urls
1 parent 1006487 commit 9e96f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,16 @@ You now have a Durable Functions app that can be run locally and deployed to Azu
182182
183183
Version 2 of the Python programming model requires the following minimum versions:
184184
185-
- [Azure Functions Runtime](./functions-versions.md) v4.16+
186-
- [Azure Functions Core Tools](./functions-run-local.md) v4.0.5095+ (if running locally)
185+
- [Azure Functions Runtime](../functions-versions.md) v4.16+
186+
- [Azure Functions Core Tools](../functions-run-local.md) v4.0.5095+ (if running locally)
187187
188188
## Enable v2 programming model
189189
190190
The following application setting is required to run the v4 programming model while it is in preview:
191191
- Name: `AzureWebJobsFeatureFlags`
192192
- Value: `EnableWorkerIndexing`
193193
194-
If you're running locally using [Azure Functions Core Tools](functions-run-local.md), you should add this setting to your `local.settings.json` file. If you're running in Azure, follow these steps with the tool of your choice:
194+
If you're running locally using [Azure Functions Core Tools](../functions-run-local.md), you should add this setting to your `local.settings.json` file. If you're running in Azure, follow these steps with the tool of your choice:
195195
196196
# [Azure CLI](#tab/azure-cli-set-indexing-flag)
197197

0 commit comments

Comments
 (0)