From d7a0318fd690d95707b1cd4b121fe7399f22ffc0 Mon Sep 17 00:00:00 2001 From: jonathan Date: Mon, 13 Nov 2023 16:27:19 -0600 Subject: [PATCH] updated link in constructs reference to proper 'learn about retry strategies location' --- site/content/docs/cli/constructs-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/cli/constructs-reference.md b/site/content/docs/cli/constructs-reference.md index 1c950daf0..b51068ffc 100644 --- a/site/content/docs/cli/constructs-reference.md +++ b/site/content/docs/cli/constructs-reference.md @@ -675,7 +675,7 @@ project or created via the Web UI, you can pass in the `slugName` string. `RetryStrategy` objects can be used to configure retries for failed check runs. Retry strategies can be added to [Check](#check) and [CheckGroup](#checkgroup) constructs. -[Learn more about retry strategies](/docs/retries-and-alerting/). +[Learn more about retry strategies](/docs/alerting-and-retries/retries/#retry-strategies). To build `RetryStrategy` objects you should use the `RetryStrategyBuilder`, which provides helper methods for configuring retries. As an example, you can configure a check to retry up to 4 times, in different regions, with waits of 30 seconds, 60 seconds, 90 seconds, and 120 seconds between attempts: