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 <zac.dover@proton.me>
(cherry picked from commit e83949e7ed)
This commit is contained in:
Zac Dover 2023-06-13 21:51:26 +10:00
parent 73a0029584
commit 1e5fb154ce
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,5 @@
.. _dev_deploying_a_development_cluster:
=================================
Deploying a development cluster
=================================

View File

@ -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
<dev_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