Skip to content

Commit

Permalink
fix(iplb): update link to guides without redirect (#13594)
Browse files Browse the repository at this point in the history
ref: INC0081238

Signed-off-by: Antony MARION <[email protected]>
  • Loading branch information
antonymarion authored Oct 18, 2024
1 parent 1e8659f commit 993f02a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/manager/modules/iplb/src/onboarding/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export const GUIDES = [
FR: 'https://docs.ovh.com/fr/load-balancer/iplb-presentation/',
WE: 'https://docs.ovh.com/us/en/load-balancer/loadbalancer-introduction/',
WS: 'https://docs.ovh.com/us/en/load-balancer/loadbalancer-introduction/',
US: 'https://docs.ovh.com/us/en/load-balancer/loadbalancer-introduction/',
US:
'https://support.us.ovhcloud.com/hc/en-us/articles/19796409257875-Introduction-to-the-OVHcloud-Load-Balancer',
},
},
{
Expand All @@ -42,7 +43,8 @@ export const GUIDES = [
FR: 'https://docs.ovh.com/fr/load-balancer/utilisation-iplb/',
WE: 'https://docs.ovh.com/us/en/load-balancer/usage-loadbalancer/',
WS: 'https://docs.ovh.com/us/en/load-balancer/usage-loadbalancer/',
US: 'https://docs.ovh.com/us/en/load-balancer/usage-loadbalancer/',
US:
'https://support.us.ovhcloud.com/hc/en-us/articles/19799659671315-Managing-Your-Load-Balancer-Service-via-the-Control-Panel',
},
},
{
Expand All @@ -64,7 +66,8 @@ export const GUIDES = [
FR: 'https://docs.ovh.com/fr/load-balancer/iplb-http2/',
WE: 'https://docs.ovh.com/us/en/load-balancer/lb-http2/',
WS: 'https://docs.ovh.com/us/en/load-balancer/lb-http2/',
US: 'https://docs.ovh.com/us/en/load-balancer/lb-http2/',
US:
'https://support.us.ovhcloud.com/hc/en-us/articles/19805896005139-Configuring-HTTP-2-on-an-OVHcloud-Load-Balancer-Service',
},
},
];
Expand Down

0 comments on commit 993f02a

Please sign in to comment.