Fix configuration link syntax error

The configuration guide link has syntax problem in README.rst,
and the click the link will lead to page 404.

Fix the syntax problem

Change-Id: I47a1641a6898930dca508cdac98b1b43c05dc446
This commit is contained in:
root 2017-05-27 15:01:16 +08:00 committed by ShunliZhou
parent 899616290c
commit fabc976e41

View File

@ -92,5 +92,5 @@ DevStack can be extensively configured via the configuration file
`local.conf`. It is likely that you will need to provide and modify `local.conf`. It is likely that you will need to provide and modify
this file if you want anything other than the most basic setup. Start this file if you want anything other than the most basic setup. Start
by reading the `configuration guide by reading the `configuration guide
<https://docs.openstack.org/developer/devstack/configuration.html>_` <https://docs.openstack.org/developer/devstack/configuration.html>`_
for details of the configuration file and the many available options. for details of the configuration file and the many available options.