Fix devstack path in doc

The path in doc referred to devstack readme is wrong, this patch fixes
this issue.

Change-Id: I680df3d93959ea60a2acd0b133c23b391fc2dfd2
This commit is contained in:
lvdongbing 2016-10-09 08:00:25 -04:00 committed by zhurong
parent 726a789299
commit 5771a206ea
2 changed files with 2 additions and 2 deletions

View File

@ -371,4 +371,4 @@ Devstack
Using Vagrant is not a requirement for deploying Solum.
You may instead opt to install Solum and Devstack yourself.
The details of integrating Solum with Devstack can be found in :code:`contrib/devstack/README.rst`.
The details of integrating Solum with Devstack can be found in :code:`devstack/README.rst`.

View File

@ -14,4 +14,4 @@ TODO add docs here on how to install on different distros like:
For a development installation use devstack
-------------------------------------------
.. include:: ../../../contrib/devstack/README.rst
.. include:: ../../../devstack/README.rst