From 89a1ada4db40bc337dbe39aabd7d6ea83e495427 Mon Sep 17 00:00:00 2001 From: tianhui Date: Fri, 8 Jun 2018 12:28:54 +0800 Subject: [PATCH] Fix url in alembic_migrations.rst There is a wrong url in the doc and amends it. Change-Id: I2436618acf37e4c6275a98e5d932cdebbb58edd8 --- doc/source/contributor/alembic_migrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/alembic_migrations.rst b/doc/source/contributor/alembic_migrations.rst index 20ec09c1f0f..39017af359b 100644 --- a/doc/source/contributor/alembic_migrations.rst +++ b/doc/source/contributor/alembic_migrations.rst @@ -113,7 +113,7 @@ Neutron makes use of alembic branches for two purposes. 1. Independent Sub-Project Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Various `sub-projects <../stadium/sub_projects.html>`_ can be installed with Neutron. Each +Various `Sub-Projects <../contributor/stadium/guidelines.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.