From ec642af3dccc144009023c5fac7e5da0740c8154 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:15:12 +0100 Subject: [PATCH] Revert "fix docs link" This reverts commit a7508f5d55ce8806def24cb5c1d838b85ce8670a. --- .../frameworks/supabase-edge-functions-database-webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx b/docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx index e11b9067c..b1fc35087 100644 --- a/docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx +++ b/docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx @@ -140,7 +140,7 @@ Add a new column called `name` with the type `text`. -By default, Supabase edge functions require a JSON Web Token [JWT](https://supabase.com/docs/guides/auth/jwts) in the authorization header. This is to ensure that only authorized users can access your edge functions. +By default, Supabase edge functions require a JSON Web Token [JWT](<(https://supabase.com/docs/guides/auth/jwts)>) in the authorization header. This is to ensure that only authorized users can access your edge functions. In your Supabase project dashboard, click 'Project settings' , then the 'API' tab , and copy the `anon` `public` API key from the table .