1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

docs(fix): fix broken link to front-end API tokens (#2094)

This change fixes a broken link to front-end API tokens from the front-end API page. The anchor had changed.
This commit is contained in:
Thomas Heartman 2022-09-27 15:52:06 +02:00 committed by GitHub
parent 65f2aaf6f5
commit 86824d693f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ When using the front-end API in an SDK, there's three things you need to configu
### Front-end API tokens
As a client-side API, you should use a [front-end API token](../reference/api-tokens-and-client-keys.mdx#front-end-api-tokens) to interact with it. Refer to the [how to create API tokens](../user_guide/token.mdx) guide for steps on how to create API tokens.
As a client-side API, you should use a [front-end API token](../reference/api-tokens-and-client-keys.mdx#front-end-tokens) to interact with it. Refer to the [how to create API tokens](../user_guide/token.mdx) guide for steps on how to create API tokens.
### Cross-origin resource sharing (CORS) configuration {#cors}