From e83949e7edaabe865d77e68be6ea2e41864cc6f4 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 13 Jun 2023 21:51:26 +1000 Subject: [PATCH] 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 --- doc/dev/dev_cluster_deployment.rst | 2 ++ doc/dev/developer_guide/dash-devel.rst | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5