]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: updated Ceph documentation links
authorJames McClune <jmcclune@mcclunetechnologies.net>
Fri, 4 Jan 2019 21:32:21 +0000 (16:32 -0500)
committerJames McClune <jmcclune@mcclunetechnologies.net>
Fri, 4 Jan 2019 21:32:21 +0000 (16:32 -0500)
Fixes include:

- Updating Doxygen link for reference (http://docs.ceph.com/docs/master/dev/documenting/)
- Adding :ref: label for User Management page (http://docs.ceph.com/docs/master/rados/operations/user-management/)
- Update User Management link for reference (http://docs.ceph.com/docs/master/rbd/rbd-snapshot/)

Fixes: https://tracker.ceph.com/issues/37793
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
doc/dev/documenting.rst
doc/rados/operations/user-management.rst
doc/rbd/rbd-snapshot.rst

index e9dc63a2c586bb97dd7954c1db6c68a0b11a10ad..146dbc5199bf7ca8a8457ec34e83fe5b3845a890 100644 (file)
@@ -30,7 +30,7 @@ Code Documentation
 C and C++ can be documented with Doxygen_, using the subset of Doxygen
 markup supported by Breathe_.
 
-.. _Doxygen: http://www.stack.nl/~dimitri/doxygen/
+.. _Doxygen: http://www.doxygen.nl/
 .. _Breathe: https://github.com/michaeljones/breathe
 
 The general format for function documentation is::
index ed18dd26cd9add878c5cbb0e8077153796406542..1b3b3882a1327525ee316db80a9c0a2725bc9978 100644 (file)
@@ -1,3 +1,5 @@
+.. _user-management:
+
 =================
  User Management
 =================
index c52e4041163578e43a362829fc6f410bc43887b6..ee6918e34a0d696bd7be6bbb697860fdb0b5b78e 100644 (file)
@@ -37,7 +37,7 @@ Cephx Notes
 
 When `cephx`_ is enabled (it is by default), you must specify a user name or ID
 and a path to the keyring containing the corresponding key for the user. See
-`User Management`_ for details. You may also add the ``CEPH_ARGS`` environment
+:ref:`User Management <user-management>` for details. You may also add the ``CEPH_ARGS`` environment
 variable to avoid re-entry of the following parameters. ::
 
        rbd --id {user-ID} --keyring=/path/to/secret [commands]
@@ -302,7 +302,6 @@ For example::
 
 
 .. _cephx: ../../rados/configuration/auth-config-ref/
-.. _User Management: ../../operations/user-management
 .. _QEMU: ../qemu-rbd/
 .. _OpenStack: ../rbd-openstack/
 .. _CloudStack: ../rbd-cloudstack/