From 18c71c2677a480a88da5d637a9a48e92dbeb0d32 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Mon, 9 Nov 2020 15:11:33 +0800 Subject: [PATCH] mgr/dashboard: fix downstream NFS doc links The anchors are changed in the downstream docs. Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1178073 Signed-off-by: Kiefer Chang (cherry picked from commit cd8106a874844a634820462ade527522c6123ddc) --- .../dashboard/frontend/src/app/shared/services/doc.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.ts index 478d9265f226d..352d3de9eb617 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.ts @@ -28,8 +28,8 @@ export class DocService { const sections = { iscsi: `${domain}ses-admin/#dashboard-iscsi-management`, prometheus: `${domain}ses-deployment/#deploy-cephadm-day2-service-monitoring`, - 'nfs-ganesha': `${domain}ses-admin/#ceph-nfsganesha-config`, - 'rgw-nfs': `${domain}ses-admin/#ceph-nfsganesha-config-service-rgw`, + 'nfs-ganesha': `${domain}ses-admin/#cha-ceph-nfsganesha`, + 'rgw-nfs': `${domain}ses-admin/#ganesha-rgw-supported-operations`, rgw: `${domain}ses-admin/#dashboard-ogw-enabling`, dashboard: `${domain}ses-admin/#dashboard-initial-configuration`, grafana: `${domain}ses-deployment/#deploy-cephadm-day2-service-monitoring`, -- 2.39.5