From: Zac Dover Date: Tue, 13 Jun 2023 11:51:26 +0000 (+1000) Subject: doc/dev: fix "deploying dev cluster" link X-Git-Tag: v18.1.2~39^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1e5fb154ce71b8e104d0fa09300085db5f211b6e;p=ceph-ci.git doc/dev: fix "deploying dev cluster" link Fix a link to "Deploying a Development Cluster" that had been broken since the transition from master to main. This is the first part of an initiative to improve the vstart documentation. Signed-off-by: Zac Dover (cherry picked from commit e83949e7edaabe865d77e68be6ea2e41864cc6f4) --- diff --git a/doc/dev/dev_cluster_deployment.rst b/doc/dev/dev_cluster_deployment.rst index f62ea34c331..7ee65a0c721 100644 --- a/doc/dev/dev_cluster_deployment.rst +++ b/doc/dev/dev_cluster_deployment.rst @@ -1,3 +1,5 @@ +.. _dev_deploying_a_development_cluster: + ================================= Deploying a development cluster ================================= diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 24aa8335c78..fb5ad79bdcd 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -50,11 +50,10 @@ optional Ceph internal services are started automatically when it is used to start a Ceph cluster. vstart is the basis for the three most commonly used development environments in Ceph Dashboard. -You can read more about vstart in `Deploying a development cluster`_. -Additional information for developers can also be found in the `Developer -Guide`_. +You can read more about vstart in :ref:`Deploying a development cluster +`. Additional information for developers +can also be found in the `Developer Guide`_. -.. _Deploying a development cluster: https://docs.ceph.com/docs/master/dev/dev_cluster_deployment/ .. _Developer Guide: https://docs.ceph.com/docs/master/dev/quick_guide/ Host-based vs Docker-based Development Environments