From a6b371bea34d355031bfdb049d5bc17331c52fe9 Mon Sep 17 00:00:00 2001 From: songweibin Date: Tue, 26 Dec 2017 19:59:17 +0800 Subject: [PATCH] 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 --- doc/api/index.rst | 2 +- doc/rbd/api/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/index.rst b/doc/api/index.rst index 67d774cfae208..4a017aa8f30bf 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 71f680933b7fa..27bb4485d48d9 100644 --- a/doc/rbd/api/index.rst +++ b/doc/rbd/api/index.rst @@ -5,4 +5,4 @@ .. toctree:: :maxdepth: 2 - librados (Python) + librbd (Python) -- 2.39.5