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.
This commit is contained in:
Silvan
2024-07-23 15:45:11 +02:00
committed by GitHub
parent 215dbf0cf6
commit f8b711ca5c

View File

@@ -167,10 +167,10 @@ Adding metadata to users allows you to set default metadata on users.
#### Triggers #### Triggers
- Internal Authentication - 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) - [Post Authentication](/docs/apis/actions/internal-authentication#post-authentication)
- External 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) - [Post Authentication](/docs/apis/actions/internal-authentication#post-authentication)
<details open=""> <details open="">