Skip to content

Commit a01aae2

Browse files
Address build warning.
1 parent b32055d commit a01aae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-error-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,13 @@ You can set these properties on retry policy definitions:
246246

247247
Here's an example of a Timer trigger function that uses a fixed delay retry strategy:
248248

249-
:::code language="python" source="~/azure-functions-python-worker/tests/endtoend/retry_policy_functions/fixed_strategy/function_app.py" :::
249+
:::code language="python" source="~/azure-functions-python-worker/workers/tests/endtoend/retry_policy_functions/fixed_strategy/function_app.py" :::
250250

251251
#### [Python v2 model](#tab/python-v2/exponential-backoff)
252252

253253
Here's an example of a Timer trigger function that uses an exponential backoff retry strategy:
254254

255-
:::code language="python" source="~/azure-functions-python-worker/tests/endtoend/retry_policy_functions/exponential_strategy/function_app.py" :::
255+
:::code language="python" source="~/azure-functions-python-worker/workers/tests/endtoend/retry_policy_functions/exponential_strategy/function_app.py" :::
256256

257257
#### [Python v1 model](#tab/python-v1/fixed-delay)
258258

0 commit comments

Comments
 (0)