From c42a407fe41ebe538bfa3df617cb7f7bc4a14f86 Mon Sep 17 00:00:00 2001 From: melindafekete Date: Fri, 31 Jan 2025 09:33:30 +0100 Subject: [PATCH] Fix broken link --- website/docs/reference/api-tokens-and-client-keys.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/reference/api-tokens-and-client-keys.mdx b/website/docs/reference/api-tokens-and-client-keys.mdx index 82dc6d3a42..c3e1e8f05f 100644 --- a/website/docs/reference/api-tokens-and-client-keys.mdx +++ b/website/docs/reference/api-tokens-and-client-keys.mdx @@ -20,7 +20,7 @@ Client tokens are intended for use in [server-side client SDKs](../reference/sdk - Registering applications with the Unleash server - Sending usage metrics -Client tokens are scoped to one or more projects and a single environment. When creating a client token, you can give it access to a specific list of projects or to all current or future projects. Client tokens are secrets and must not be exposed to end users. +Client tokens are scoped to one or more projects and a single environment. When creating a client token, you c an give it access to a specific list of projects or to all current or future projects. Client tokens are secrets and must not be exposed to end users. Client tokens cannot be used in frontend SDKs, use [Frontend tokens](#frontend-tokens) instead. @@ -144,7 +144,7 @@ Depending on your [permissions](#api-token-permissions), you can create API toke :::warning -Unleash Proxy is in maintenance mode. Use [Unleash Edge](../reference/edge) instead. +Unleash Proxy is in maintenance mode. Use [Unleash Edge](../reference/unleash-edge) instead. :::