From 131a741a35beb0346d546339abd427e8b1723b52 Mon Sep 17 00:00:00 2001 From: Alex Casalboni Date: Mon, 27 Oct 2025 11:14:04 +0100 Subject: [PATCH] Update unleash.github.io link (integrations) (#10867) ## About the changes unleash.github.io doesn't exist anymore, so I'm updating the domain to docs.getunleash.io FYI @melindafekete --- .../component/integrations/IntegrationForm/IntegrationForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/integrations/IntegrationForm/IntegrationForm.tsx b/frontend/src/component/integrations/IntegrationForm/IntegrationForm.tsx index 47fb582bd8..0c9c36e06a 100644 --- a/frontend/src/component/integrations/IntegrationForm/IntegrationForm.tsx +++ b/frontend/src/component/integrations/IntegrationForm/IntegrationForm.tsx @@ -276,7 +276,7 @@ export const IntegrationForm: FC = ({ name, displayName, description, - documentationUrl = 'https://unleash.github.io/docs/addons', + documentationUrl = 'https://docs.getunleash.io/reference/integrations', installation, alerts, } = provider ? provider : ({} as Partial);