]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start: fix the link pointing to ceph doc
authorKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 04:07:40 +0000 (12:07 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 04:28:28 +0000 (12:28 +0800)
use https instead of http, the latter cannot be redirected to the valid
docs. also, we don't have "next" branch, so remove the document
mentioning it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/start/documenting-ceph.rst

index fa528a647375bf20699da49db611f90715643954..695388f74057199de26dd67547c3edcde319e03e 100644 (file)
@@ -10,10 +10,9 @@ instructions will help the Ceph project immensely.
 
 The Ceph documentation source resides in the ``ceph/doc`` directory of the Ceph
 repository, and Python Sphinx renders the source into HTML and manpages. The
-http://ceph.com/docs link currently displays the  ``master`` branch by default,
-but you may view documentation for older branches (e.g., ``argonaut``) or future
-branches (e.g., ``next``) as well as work-in-progress branches by substituting
-``master`` with the branch name you prefer.
+https://docs.ceph.com link currently displays the ``master`` branch by default,
+but you may view documentation for older branches (e.g., ``mimic``) by substituting
+``latest`` in the URL with the branch name you prefer.
 
 
 Making Contributions