From 86824d693f9e9a6d3f94649ddb4e24d3b33b585e Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 27 Sep 2022 15:52:06 +0200 Subject: [PATCH] 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. --- website/docs/reference/front-end-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/front-end-api.md b/website/docs/reference/front-end-api.md index 3294c57114..c098cf60ff 100644 --- a/website/docs/reference/front-end-api.md +++ b/website/docs/reference/front-end-api.md @@ -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}