From: Sean Fang Date: Tue, 10 Mar 2020 09:05:14 +0000 (+0800) Subject: doc: Fix three link errors about mount cephfs X-Git-Tag: v16.0.0~48^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ab772c562a469128b0cef7d160ab71a049037347;p=ceph-ci.git doc: Fix three link errors about mount cephfs Some links about mount cephfs did not jump to the right place. Signed-off-by: Sean Fang --- diff --git a/doc/cephfs/createfs.rst b/doc/cephfs/createfs.rst index 11c54a1cd3c..b5246d8eb33 100644 --- a/doc/cephfs/createfs.rst +++ b/doc/cephfs/createfs.rst @@ -68,8 +68,8 @@ choose which to use when mounting. - `Mount CephFS`_ - `Mount CephFS as FUSE`_ -.. _Mount CephFS: ../../cephfs/kernel -.. _Mount CephFS as FUSE: ../../cephfs/fuse +.. _Mount CephFS: ../../cephfs/mount-using-kernel-driver +.. _Mount CephFS as FUSE: ../../cephfs/mount-using-fuse If you have created more than one file system, and a client does not specify a file system when mounting, you can control which file system diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index 91888a79546..f230626b8ae 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -82,4 +82,4 @@ See also fusermount(8), :doc:`ceph `\(8) -.. _Mount CephFS using FUSE: ../../../cephfs/fuse/ +.. _Mount CephFS using FUSE: ../../../cephfs/mount-using-fuse/ diff --git a/doc/start/quick-cephfs.rst b/doc/start/quick-cephfs.rst index e8ca28f86ee..403525152f9 100644 --- a/doc/start/quick-cephfs.rst +++ b/doc/start/quick-cephfs.rst @@ -206,7 +206,7 @@ encounter trouble. .. _OS Recommendations: ../os-recommendations .. _Placement Group: ../../rados/operations/placement-groups .. _mount.ceph man page: ../../man/8/mount.ceph -.. _Mount CephFS using Kernel Driver: ../cephfs/kernel +.. _Mount CephFS using Kernel Driver: ../../cephfs/mount-using-kernel-driver .. _ceph-fuse man page: ../../man/8/ceph-fuse -.. _Mount CephFS using FUSE: ../../cephfs/fuse +.. _Mount CephFS using FUSE: ../../cephfs/mount-using-fuse .. _Erasure Code: ../../rados/operations/erasure-code