From 791bed6dd2272138b619e7c7ab26ca0692defff8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 15 Mar 2021 23:29:53 +0900 Subject: [PATCH] Update the file paths mentioned in README.rst This change fixes the outdated file paths, which were renamed by commit 9599ffe65d9dcd4b3aa780d346eccd1e760890bf . Change-Id: I9ec4c49711a2fde24f5527086e495c86af9ef1ce --- doc/source/contributor/plugins.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index 067c1b9912..c2a08c5d63 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -226,15 +226,15 @@ Add the command checker to your CI Changes to python-openstackclient --------------------------------- -#. In ``doc/source/plugins.rst``, update the `Adoption` section to reflect the - status of the project. +#. In ``doc/source/contributor/plugins.rst``, update the `Adoption` section to + reflect the status of the project. -#. Update ``doc/source/commands.rst`` to include objects that are defined by - fooclient's new plugin. +#. Update ``doc/source/contributor/commands.rst`` to include objects that are + defined by fooclient's new plugin. -#. Update ``doc/source/plugin-commands.rst`` to include the entry point defined - in fooclient. We use `sphinxext`_ to automatically document commands that - are used. +#. Update ``doc/source/contributor/plugin-commands.rst`` to include the entry + point defined in fooclient. We use `sphinxext`_ to automatically document + commands that are used. #. Update ``test-requirements.txt`` to include fooclient. This is necessary to auto-document the commands in the previous step.