diff --git a/doc/source/development-environment.rst b/doc/source/devref/development.environment.rst similarity index 100% rename from doc/source/development-environment.rst rename to doc/source/devref/development.environment.rst diff --git a/doc/source/first_patch.rst b/doc/source/first_patch.rst index b2d0f345b..bac351667 100644 --- a/doc/source/first_patch.rst +++ b/doc/source/first_patch.rst @@ -89,7 +89,7 @@ Clone the Zaqar repository with the following git command:: $ git clone git://git.openstack.org/openstack/zaqar.git For information on how to set up the Zaqar development environment -see :doc:`development-environment`. +see :doc:`devref/development.environment`. Before writing code, you will have to do some configurations to connect your local repository with Gerrit. You will only need to do this diff --git a/doc/source/index.rst b/doc/source/index.rst index 96a732608..3bd23af51 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -110,7 +110,7 @@ Setting up a development environment .. toctree:: :maxdepth: 1 - development-environment + devref/development.environment Your first patch and your first review ======================================