]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix downstream NFS doc links
authorKiefer Chang <kiefer.chang@suse.com>
Mon, 9 Nov 2020 07:11:33 +0000 (15:11 +0800)
committerStefen Allen <sallen@suse.com>
Thu, 9 Dec 2021 19:29:48 +0000 (12:29 -0700)
The anchors are changed in the downstream docs.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1178073
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit cd8106a874844a634820462ade527522c6123ddc)

src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.ts

index 478d9265f226d1f7f9fd58e973e069f6fac83bc4..352d3de9eb61721531cd1a15a7daee0758ea37d2 100644 (file)
@@ -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`,