Skip to content

Commit bdb52d0

Browse files
authored
Merge pull request #128229 from Zhang-Charlie/docs/fix-functions-reference-node-link
Fixed the retry policy link in node reference to correct one
2 parents ab64106 + ba892d3 commit bdb52d0

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)