Skip to content

Commit

Permalink
MGMT-18321: Change Assisted Installer documentation link (#2631)
Browse files Browse the repository at this point in the history
* Change Assisted Installer documentation link

* Change ODF requirements link
  • Loading branch information
ammont82 authored Jul 8, 2024
1 parent 0447a4e commit 2315fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ui-lib/lib/common/config/docs_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const getYearForAssistedInstallerDocumentationLink = () => {
return new Date().getFullYear();
};

export const ASSISTED_INSTALLER_DOCUMENTATION_LINK = `https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform/${getYearForAssistedInstallerDocumentationLink()}/html/installing_openshift_container_platform_with_the_assisted_installer/index`;
export const ASSISTED_INSTALLER_DOCUMENTATION_LINK = `https://docs.redhat.com/en/documentation/assisted_installer_for_openshift_container_platform/${getYearForAssistedInstallerDocumentationLink()}/html/installing_openshift_container_platform_with_the_assisted_installer/index`;

//New cluster page
export const OPENSHIFT_LIFE_CYCLE_DATES_LINK =
Expand Down Expand Up @@ -73,7 +73,7 @@ export const HOST_REQUIREMENTS_LINK = 'https://access.redhat.com/solutions/48856

//Operators page
export const ODF_REQUIREMENTS_LINK =
'https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation';
'https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation';

export const CNV_LINK = 'https://cloud.redhat.com/learn/topics/virtualization/';

Expand Down

0 comments on commit 2315fef

Please sign in to comment.