1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00

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
This commit is contained in:
Alex Casalboni 2025-10-27 11:14:04 +01:00 committed by GitHub
parent bbee498b3e
commit 131a741a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,7 +276,7 @@ export const IntegrationForm: FC<IntegrationFormProps> = ({
name,
displayName,
description,
documentationUrl = 'https://unleash.github.io/docs/addons',
documentationUrl = 'https://docs.getunleash.io/reference/integrations',
installation,
alerts,
} = provider ? provider : ({} as Partial<AddonTypeSchema>);