File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* Copyright Contributors to the Open Cluster Management project */
2
2
3
+ import { TextContent } from '@patternfly/react-core'
3
4
import { ExternalLinkAltIcon } from '@patternfly/react-icons'
4
5
import { AcmButton } from '../ui-components'
5
- import { TextContent } from '@patternfly/react-core'
6
6
import { useTranslation } from './acm-i18next'
7
7
8
8
export const DOC_VERSION = '2.13'
@@ -50,7 +50,7 @@ export const DOC_LINKS = {
50
50
DISCOVERED_CLUSTERS : `${ DOC_BASE_PATH } /clusters/index#discovery-intro` ,
51
51
MANAGE_APPLICATIONS : `${ DOC_BASE_PATH } /applications/index#managing-applications` ,
52
52
ANSIBLE_JOBS : `${ DOC_BASE_PATH } /clusters/index#ansible-config-cluster` ,
53
- POLICIES_OVERVIEW : `${ DOC_BASE_PATH } /governance/index#policy-overview ` ,
53
+ POLICIES_OVERVIEW : `${ DOC_BASE_PATH } /governance/index#hub- policy-framework ` ,
54
54
GITOPS_CONFIG : `${ DOC_BASE_PATH } /gitops/gitops-overview` ,
55
55
DEPRECATIONS_AND_REMOVALS : `${ DOC_BASE_PATH } /release_notes/release-notes#deprecations-removals` ,
56
56
ENABLE_OBSERVABILITY : `${ DOC_BASE_PATH } /observability/observing-environments-intro#enabling-observability-service` ,
You can’t perform that action at this time.
0 commit comments