From: Kefu Chai Date: Wed, 10 Mar 2021 04:07:40 +0000 (+0800) Subject: doc/start: fix the link pointing to ceph doc X-Git-Tag: v17.1.0~2679^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27bcb291ee4c62fa475e1c25f845acac8068eb9f;p=ceph.git doc/start: fix the link pointing to ceph doc 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 --- diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index fa528a647375..695388f74057 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -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