From 015b17d2b59b77e158d6dcc89a7c621dcaee528b Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 19 Jun 2024 15:03:45 -0700 Subject: [PATCH] Update docs/3.0rc/develop/write-flows/index.mdx Co-authored-by: Bill Palombi --- docs/3.0rc/develop/write-flows/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0rc/develop/write-flows/index.mdx b/docs/3.0rc/develop/write-flows/index.mdx index 87e905c0bed9..8b73899f4036 100644 --- a/docs/3.0rc/develop/write-flows/index.mdx +++ b/docs/3.0rc/develop/write-flows/index.mdx @@ -310,7 +310,7 @@ When you run a flow that contains tasks or additional flows, Prefect tracks the **Retries** Unexpected errors may occur. For example the GitHub API may be temporarily unavailable or rate limited. -Check out [Retries](/3.0rc/develop/recover-from-failure) to help make flows more resilient. +Check out [Retries](/3.0rc/develop/recover-from-failure) to learn how to make your flows more resilient. ## Writing flows