From 8a709bcdb63ec048e4774ab242da3891c0c9990c 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 (cherry picked from commit e83949e7edaabe865d77e68be6ea2e41864cc6f4) --- doc/dev/dev_cluster_deployement.rst | 2 ++ doc/dev/developer_guide/dash-devel.rst | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/dev/dev_cluster_deployement.rst b/doc/dev/dev_cluster_deployement.rst index 526d7b7eb19..541f21fa8d2 100644 --- a/doc/dev/dev_cluster_deployement.rst +++ b/doc/dev/dev_cluster_deployement.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 55c825defb4..146ac84e89c 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_deployement/ .. _Developer Guide: https://docs.ceph.com/docs/master/dev/quick_guide/ Host-based vs Docker-based Development Environments -- 2.47.3