diff options
author | Matthew Vernon <mvernon@wikimedia.org> | 2024-09-20 16:07:37 +0200 |
---|---|---|
committer | Matthew Vernon <mvernon@wikimedia.org> | 2024-09-20 16:40:47 +0200 |
commit | d257eacb05a463c93872ae8aa8210806affda4ec (patch) | |
tree | 253dd688fd2f9876ca9b0e4e4debf678b0162ee1 /doc/index.rst | |
parent | Merge PR #59566 into main (diff) | |
download | ceph-d257eacb05a463c93872ae8aa8210806affda4ec.tar.xz ceph-d257eacb05a463c93872ae8aa8210806affda4ec.zip |
doc: Update "Getting Started" to link to start not install
Currently the "Getting Started" link points at the install page, not the "Intro to Ceph" section, which seems more appropriate.
If you're happy with this, can it get backported to the still-supported releases, please?
Signed-off-by: Matthew Vernon <mvernon@wikimedia.org>
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index f42bdc1bc06..e10cae9ad9f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -94,7 +94,7 @@ about Ceph, see our `Architecture`_ section. .. _Ceph Object Store: radosgw .. _Ceph Block Device: rbd .. _Ceph File System: cephfs -.. _Getting Started: install +.. _Getting Started: start .. _Architecture: architecture .. toctree:: |