From 27bcb291ee4c62fa475e1c25f845acac8068eb9f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 10 Mar 2021 12:07:40 +0800 Subject: [PATCH] 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 --- doc/start/documenting-ceph.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index fa528a647375b..695388f740571 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 -- 2.39.5