From: songweibin Date: Tue, 26 Dec 2017 11:59:17 +0000 (+0800) Subject: doc: correct the path of librbd python APIs X-Git-Tag: v13.0.2~707^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6b371bea34d355031bfdb049d5bc17331c52fe9;p=ceph.git doc: correct the path of librbd python APIs * update the API Documentation page for librbdpy with the correct path. * fix a typo. Signed-off-by: songweibin --- diff --git a/doc/api/index.rst b/doc/api/index.rst index 67d774cfae20..4a017aa8f30b 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -24,7 +24,7 @@ Ceph Block Device APIs See `librbdpy`_. -.. _librbdpy: ../rbd/librbdpy +.. _librbdpy: ../rbd/api/librbdpy Ceph RADOS Gateway APIs ======================= diff --git a/doc/rbd/api/index.rst b/doc/rbd/api/index.rst index 71f680933b7f..27bb4485d48d 100644 --- a/doc/rbd/api/index.rst +++ b/doc/rbd/api/index.rst @@ -5,4 +5,4 @@ .. toctree:: :maxdepth: 2 - librados (Python) + librbd (Python)