From f8b711ca5c10c2995169814434875e4870491365 Mon Sep 17 00:00:00 2001 From: Silvan Date: Tue, 23 Jul 2024 15:45:11 +0200 Subject: [PATCH] docs(actions): correct actions examples (#8350) # Which Problems Are Solved The docs currently link to the wrong trigger. # How the Problems Are Solved Changed the links. --- docs/docs/apis/actions/code-examples.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/apis/actions/code-examples.mdx b/docs/docs/apis/actions/code-examples.mdx index f4fbf75de2..ffcd0d828e 100644 --- a/docs/docs/apis/actions/code-examples.mdx +++ b/docs/docs/apis/actions/code-examples.mdx @@ -167,10 +167,10 @@ Adding metadata to users allows you to set default metadata on users. #### Triggers - Internal Authentication - - [Post Creation](/docs/apis/actions/internal-authentication#post-creation) + - [Pre Creation](/docs/apis/actions/internal-authentication#pre-creation) - [Post Authentication](/docs/apis/actions/internal-authentication#post-authentication) - External Authentication - - [Post Creation](/docs/apis/actions/internal-authentication#post-creation) + - [Pre Creation](/docs/apis/actions/internal-authentication#pre-creation) - [Post Authentication](/docs/apis/actions/internal-authentication#post-authentication)