Skip to content

Commit ad172a9

Browse files
Update POLICIES_OVERVIEW doc link (stolostron#3999) (stolostron#4001)
Signed-off-by: zlayne <zlayne@redhat.com> Co-authored-by: Zack Layne <zlayne@redhat.com>
1 parent c6dbcd2 commit ad172a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/lib/doc-util.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Copyright Contributors to the Open Cluster Management project */
22

3+
import { TextContent } from '@patternfly/react-core'
34
import { ExternalLinkAltIcon } from '@patternfly/react-icons'
45
import { AcmButton } from '../ui-components'
5-
import { TextContent } from '@patternfly/react-core'
66
import { useTranslation } from './acm-i18next'
77

88
export const DOC_VERSION = '2.13'
@@ -50,7 +50,7 @@ export const DOC_LINKS = {
5050
DISCOVERED_CLUSTERS: `${DOC_BASE_PATH}/clusters/index#discovery-intro`,
5151
MANAGE_APPLICATIONS: `${DOC_BASE_PATH}/applications/index#managing-applications`,
5252
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`,
5454
GITOPS_CONFIG: `${DOC_BASE_PATH}/gitops/gitops-overview`,
5555
DEPRECATIONS_AND_REMOVALS: `${DOC_BASE_PATH}/release_notes/release-notes#deprecations-removals`,
5656
ENABLE_OBSERVABILITY: `${DOC_BASE_PATH}/observability/observing-environments-intro#enabling-observability-service`,

0 commit comments

Comments
 (0)