From 2410c9bf97d2c140f01191a831cc444e02a2430f Mon Sep 17 00:00:00 2001 From: Roman Tkachenko Date: Wed, 3 Mar 2021 18:06:49 -0800 Subject: [PATCH] Update release table to 6.0.0 --- docs/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/" }