From a92a160a1327f432f0e1e8c7158cefc0ed1a4e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Korczak?= Date: Thu, 9 Nov 2023 06:23:58 +0100 Subject: [PATCH] docs: fix link to public demo example config (#4007) --- docs/configuration/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/overview.mdx b/docs/configuration/overview.mdx index 848db319af..a9784a7906 100644 --- a/docs/configuration/overview.mdx +++ b/docs/configuration/overview.mdx @@ -108,7 +108,7 @@ export default buildConfig({ #### Full example config -You can see a full [example config](https://github.com/payloadcms/public-demo/blob/master/src/payload.config.ts) in the Public Demo source code on GitHub. +You can see a full [example config](https://github.com/payloadcms/public-demo/blob/master/src/payload/payload.config.ts) in the Public Demo source code on GitHub. ### Using environment variables in your config