From 67b90937304ec2d7335ab034c9b7e459f1a0a53b Mon Sep 17 00:00:00 2001 From: Niki Burggraf Date: Tue, 17 Sep 2024 16:57:19 +0000 Subject: [PATCH] docs: Fix broken link to generate anon and service keys in README.md --- charts/supabase/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/supabase/README.md b/charts/supabase/README.md index 28c5966..4d01cb1 100644 --- a/charts/supabase/README.md +++ b/charts/supabase/README.md @@ -93,7 +93,7 @@ secret: ``` > 32 characters long secret can be generated with `openssl rand 64 | base64` -> You can use the [JWT Tool](https://supabase.com/docs/guides/hosting/overview#api-keys) to generate anon and service keys. +> You can use the [JWT Tool](https://supabase.com/docs/guides/self-hosting/docker#generate-api-keys) to generate anon and service keys. ### SMTP Secret