diff --git a/docs/configuration/overview.mdx b/docs/configuration/overview.mdx index d1ed657b7f8..7c6e5336874 100644 --- a/docs/configuration/overview.mdx +++ b/docs/configuration/overview.mdx @@ -73,7 +73,7 @@ The following options are available: | **`collections`** | An array of Collections for Payload to manage. [More details](./collections). | | **`compatibility`** | Compatibility flags for earlier versions of Payload. [More details](#compatibility-flags). | | **`globals`** | An array of Globals for Payload to manage. [More details](./globals). | -| **`cors`** | Cross-origin resource sharing (CORS) is a mechanism that accept incoming requests from given domains. You can also customize the `Access-Control-Allow-Headers` header. [More details](#cors). | +| **`cors`** | Cross-origin resource sharing (CORS) is a mechanism that accept incoming requests from given domains. You can also customize the `Access-Control-Allow-Headers` header. [More details](#cross-origin-resource-sharing-cors). | | **`localization`** | Opt-in to translate your content into multiple locales. [More details](./localization). | | **`logger`** | Logger options, logger options with a destination stream, or an instantiated logger instance. [More details](https://getpino.io/#/docs/api?id=options). | | **`loggingLevels`** | An object to override the level to use in the logger for Payload's errors. |