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