diff --git a/docs/config.json b/docs/config.json index 8ff846a6655e3..de87e0e03144d 100644 --- a/docs/config.json +++ b/docs/config.json @@ -44,8 +44,8 @@ "title": "Guides", "slug": "/database-access/guides/", "entries": [ - { "title": "PostgreSQL on AWS", "slug": "/database-access/guides/postgres-aws" }, - { "title": "MySQL on AWS", "slug": "/database-access/guides/mysql-aws" }, + { "title": "PostgreSQL on AWS", "slug": "/database-access/guides/postgres-aws/" }, + { "title": "MySQL on AWS", "slug": "/database-access/guides/mysql-aws/" }, { "title": "Self-Hosted PostgreSQL", "slug": "/database-access/guides/postgres-self-hosted/" }, { "title": "Self-Hosted MySQL", "slug": "/database-access/guides/mysql-self-hosted/" }, { "title": "Database GUI Clients", "slug": "/database-access/guides/gui-clients/" }