From dad0925b918723019e4f07b7e7b578c005f40e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 29 Jul 2025 17:24:09 +0200 Subject: [PATCH] Replace some relative urls --- website/docs/reference/environment-import-export.mdx | 2 +- website/docs/reference/public-signup.mdx | 2 +- website/docs/troubleshooting.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/reference/environment-import-export.mdx b/website/docs/reference/environment-import-export.mdx index 926e58e6bb..f279f23c87 100644 --- a/website/docs/reference/environment-import-export.mdx +++ b/website/docs/reference/environment-import-export.mdx @@ -14,7 +14,7 @@ import SearchPriority from '@site/src/components/SearchPriority'; :::caution Removal notice -Api admin state is deprecated from version 5 and removed from version 6. We recommend using the new [Environment Import & Export](/reference/deploy/environment-import-export). +Api admin state is deprecated from version 5 and removed from version 6. We recommend using the new [Environment Import & Export](/how-to/how-to-environment). ::: diff --git a/website/docs/reference/public-signup.mdx b/website/docs/reference/public-signup.mdx index 521447ad90..d5c5bdd9c9 100644 --- a/website/docs/reference/public-signup.mdx +++ b/website/docs/reference/public-signup.mdx @@ -16,4 +16,4 @@ You can have only one active invite token at any given time. If an active token As an Admin, you can create, update, and delete invite tokens through the Unleash Admin UI in **Admin settings > User config > Users > Create invite link**. -Alternatively, you can use the [Admin API](../reference/api/unleash/public-signup-tokens.tag.mdx) to manage the public invite token. \ No newline at end of file +Alternatively, you can use the [Admin API](../reference/api/unleash/public-signup-tokens.tag.mdx) to manage the public invite token. diff --git a/website/docs/troubleshooting.mdx b/website/docs/troubleshooting.mdx index 2ccb7b3581..ad9160cf72 100644 --- a/website/docs/troubleshooting.mdx +++ b/website/docs/troubleshooting.mdx @@ -110,7 +110,7 @@ Cross-Origin Resource Sharing (CORS) issues can prevent your client-side applica - Define the allowed origins (e.g., `https://your-app.com`). - **For troubleshooting:** You can temporarily set the allowed origin to `*` (a single asterisk) to allow all origins. This helps confirm if CORS is the root cause. - **Important Security Note:** Using `*` in production is generally discouraged. Always restrict origins to only those that require access. -- These settings can also be managed via the [Unleash API](/reference/api/unleash). +- These settings can also be managed via the [Unleash API](/api-overview). ### Configuring CORS for Unleash Edge