Correct hyperlinks to sub_projects documentation

The file sub_projects.rst was moved from the devref directory to the stadium
directory. This change corrects a couple of broken links and a reference to
the rst in the old location.

Change-Id: I828ab4c3d5ff48e6ed915df2962f55335a70c672
This commit is contained in:
Paul Carver 2016-06-02 11:37:17 +00:00
parent 8f5201271b
commit 55d32ec40b
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ Neutron makes use of alembic branches for two purposes.
1. Independent Sub-Project Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Various `sub-projects <sub_projects.html>`_ can be installed with Neutron. Each
Various `sub-projects <../stadium/sub_projects.html>`_ can be installed with Neutron. Each
sub-project registers its own alembic branch which is responsible for migrating
the schemas of the tables owned by the sub-project.

View File

@ -90,7 +90,7 @@ and examples below. We'll describe best practices for:
Once you have everything in place you may want to add your project to the list
of Neutron sub-projects. Submit a patch via a gerrit review to neutron to add
your project to ``doc/source/devref/sub_projects.rst``.
your project to ``doc/source/stadium/sub_projects.rst``.
Design and Development
@ -296,7 +296,7 @@ be the bare minimum you have to complete in order to get you off the ground.
here to initialize the remainder of the repository with other files being
generated by the cookiecutter (like tox.ini, setup.cfg, setup.py, etc.).
* Create a repository on git.openstack.org (see `Official Sub-Projects
<http://docs.openstack.org/developer/neutron/devref/sub_projects.html>`_). For
<http://docs.openstack.org/developer/neutron/stadium/sub_projects.html>`_). For
this you need the help of the OpenStack infra team. It is worth noting that
you only get one shot at creating the repository on git.openstack.org. This
is the time you get to choose whether you want to start from a clean slate,