Skip to content

Commit ba892d3

Browse files
committed
fix(docs): correct retry policy link in node reference
1 parent 1cad224 commit ba892d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ The `retryContext` object has the following properties:
10511051
| **`maxRetryCount`** | Maximum number of times an execution is retried. A value of `-1` means to retry indefinitely. |
10521052
| **`exception`** | Exception that caused the retry. |
10531053
1054-
For more information, see [`retry-policies`](./functions-bindings-errors.md#retry-policies).
1054+
For more information, see [`retry-policies`](./functions-bindings-error-pages.md#retry-policies).
10551055
10561056
::: zone-end
10571057

0 commit comments

Comments
 (0)