1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-01-23 20:06:43 +01:00

chore: update read docs links in edge explanation (#11110)

https://linear.app/unleash/issue/2-4058/update-enterprise-edge-explanation-read-docs-links

Update "read docs" links in Edge explanation.
This commit is contained in:
Nuno Góis 2025-12-10 11:11:08 +00:00 committed by GitHub
parent 887665c3b6
commit a15ac35f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ export const EnterpriseEdgeExplanation = () => (
'No operational burden',
'Instant flag updates worldwide',
]}
docsUrl='https://docs.getunleash.io/unleash-edge'
docsUrl='https://docs.getunleash.io/deploy/hosting-options#cloud-hosted'
/>
<EdgeVersionCard
image={<EnterpriseEdgeSelfHosted />}
@ -99,7 +99,7 @@ export const EnterpriseEdgeExplanation = () => (
'Optimized for minimal latency',
'Improved security',
]}
docsUrl='https://docs.getunleash.io/unleash-edge'
docsUrl='https://docs.getunleash.io/deploy/hosting-options#self-hosted'
/>
</StyledCardsContainer>
</StyledContainer>