Skip to content

Commit

Permalink
fix(hycu): fix guidelink on hycu onboarding
Browse files Browse the repository at this point in the history
ref: MANAGER-15543

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Oct 14, 2024
1 parent 18c2cd9 commit 77b50a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ const GUIDE_LIST: { [guideName: string]: Partial<TGuideLinks> } = {
GB:
'https://help.ovhcloud.com/csm/en-gb-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045103',
CA:
'https://help.ovhcloud.com/csm/en-gb-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045103',
'https://help.ovhcloud.com/csm/en-ca-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045101',
QC:
'https://help.ovhcloud.com/csm/fr-ca-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045109',
WE:
'https://help.ovhcloud.com/csm/pl-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045111',
'https://help.ovhcloud.com/csm/en-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0032260',
US:
'https://support.us.ovhcloud.com/hc/en-us/articles/18912619822099-How-to-Configure-HYCU-Backup-on-Nutanix',
},
Expand Down Expand Up @@ -100,7 +100,8 @@ const GUIDE_LIST: { [guideName: string]: Partial<TGuideLinks> } = {
'https://www.ovhcloud.com/pl/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
PT:
'https://www.ovhcloud.com/pt/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
SN: 'https://www.ovhcloud.com/fr-sn/hosted-private-cloud/nutanix/',
SN:
'https://www.ovhcloud.com/fr-sn/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
TN:
'https://www.ovhcloud.com/fr-tn/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
CA:
Expand Down

0 comments on commit 77b50a7

Please sign in to comment.