diff options
Diffstat (limited to 'doc/dev')
-rw-r--r-- | doc/dev/index.rst | 2 | ||||
-rw-r--r-- | doc/dev/internals.rst (renamed from doc/dev/index-old.rst) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 9da086f3629..bc6a119796f 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -6,7 +6,7 @@ Contributing to Ceph: A Guide for Developers :Author: Nathan Cutler :License: Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0) -.. note:: The old (pre-2016) developer documentation has been moved to :doc:`/dev/index-old`. +.. note:: You may also be interested in the :doc:`/dev/internals` documentation. .. contents:: :depth: 3 diff --git a/doc/dev/index-old.rst b/doc/dev/internals.rst index 8192516b65e..20295c0f5d5 100644 --- a/doc/dev/index-old.rst +++ b/doc/dev/internals.rst @@ -1,8 +1,8 @@ :orphan: -================================== - Internal developer documentation -================================== +================ + Ceph Internals +================ .. note:: If you're looking for how to use Ceph as a library from your own software, please see :doc:`/api/index`. |