From c87f76fc2e3a65288af5cfe7ed92e1b187b65b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 4 Jun 2024 19:01:01 +0200 Subject: [PATCH] fix: import export pointing to new docs --- src/lib/openapi/util/openapi-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openapi/util/openapi-tags.ts b/src/lib/openapi/util/openapi-tags.ts index 5bfb5b7909b9..7a3f8d59d8ad 100644 --- a/src/lib/openapi/util/openapi-tags.ts +++ b/src/lib/openapi/util/openapi-tags.ts @@ -73,7 +73,7 @@ const OPENAPI_TAGS = [ { name: 'Import/Export', description: - '[Import and export](https://docs.getunleash.io/deploy/import_export) the state of your Unleash instance.', + '[Import and export](https://docs.getunleash.io/how-to/how-to-environment-import-export) the state of your Unleash instance.', }, { name: 'Instance Admin',