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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
<details open="">