From 1fb6eb1593a0d229b4dece7315abcc75f4e6638f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 4 Jun 2024 23:00:53 +0200 Subject: [PATCH] fix: import export pointing to new docs (#7274) I believe this link is pointing to old docs and should be updated --- 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 5bfb5b7909..7a3f8d59d8 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',