diff --git a/docs/graphql/overview.mdx b/docs/graphql/overview.mdx index 1f827a4c71..04b1c77677 100644 --- a/docs/graphql/overview.mdx +++ b/docs/graphql/overview.mdx @@ -92,4 +92,4 @@ You can even log in using the `login[collection-singular-label-here]` mutation t ### Query complexity limits -Payload comes with a built-in query complexity limiter to prevent bad people from trying to slow down your server by running massive queries. To learn more, [click here](/docs/production/security#graphql-complexity). +Payload comes with a built-in query complexity limiter to prevent bad people from trying to slow down your server by running massive queries. To learn more, [click here](/docs/production/preventing-abuse#limiting-graphql-complexity).