Skip to content

Commit 791bed6

Browse files
committed
Update the file paths mentioned in README.rst
This change fixes the outdated file paths, which were renamed by commit 9599ffe . Change-Id: I9ec4c49711a2fde24f5527086e495c86af9ef1ce
1 parent 2ccf772 commit 791bed6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/source/contributor/plugins.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ Add the command checker to your CI
226226
Changes to python-openstackclient
227227
---------------------------------
228228

229-
#. In ``doc/source/plugins.rst``, update the `Adoption` section to reflect the
230-
status of the project.
229+
#. In ``doc/source/contributor/plugins.rst``, update the `Adoption` section to
230+
reflect the status of the project.
231231

232-
#. Update ``doc/source/commands.rst`` to include objects that are defined by
233-
fooclient's new plugin.
232+
#. Update ``doc/source/contributor/commands.rst`` to include objects that are
233+
defined by fooclient's new plugin.
234234

235-
#. Update ``doc/source/plugin-commands.rst`` to include the entry point defined
236-
in fooclient. We use `sphinxext`_ to automatically document commands that
237-
are used.
235+
#. Update ``doc/source/contributor/plugin-commands.rst`` to include the entry
236+
point defined in fooclient. We use `sphinxext`_ to automatically document
237+
commands that are used.
238238

239239
#. Update ``test-requirements.txt`` to include fooclient. This is necessary
240240
to auto-document the commands in the previous step.

0 commit comments

Comments
 (0)