From ce55d07a3caab7eabc64f248f5a7a0ec65067145 Mon Sep 17 00:00:00 2001 From: Inian Date: Thu, 20 Jul 2023 14:59:40 +0800 Subject: [PATCH] fix links Co-authored-by: Greg Richardson --- apps/docs/pages/guides/platform/ssl-enforcement.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/pages/guides/platform/ssl-enforcement.mdx b/apps/docs/pages/guides/platform/ssl-enforcement.mdx index eb7313792775d..61ea6fa8ad590 100644 --- a/apps/docs/pages/guides/platform/ssl-enforcement.mdx +++ b/apps/docs/pages/guides/platform/ssl-enforcement.mdx @@ -7,7 +7,7 @@ export const meta = { -Postgres SSL Enforcement is currently in beta. Some projects need to [upgrade](https://supabase.com/docs/guides/platform/migrating-and-upgrading-projects#upgrade-your-project) to the latest version to use this feature. +Postgres SSL Enforcement is currently in beta. Some projects need to [upgrade](/docs/guides/platform/migrating-and-upgrading-projects#upgrade-your-project) to the latest version to use this feature. @@ -17,7 +17,7 @@ SSL enforcement only applies to connections to both Postgres and PgBouncer ("Con ## Manage SSL enforcement via the Dashboard -SSL enforcement can be configured via the "Enforce SSL on incoming connections" setting under the SSL Configuration section in [Database Settings page](https://app.supabase.com/project/_/settings/database) of the dashboard. +SSL enforcement can be configured via the "Enforce SSL on incoming connections" setting under the SSL Configuration section in [Database Settings page](https://supabase.com/dashboard/project/_/settings/database) of the dashboard. ## Manage SSL enforcement via the CLI