Browse code

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

root authored on 2017/05/27 16:01:16
Showing 1 changed files
... ...
@@ -92,5 +92,5 @@ DevStack can be extensively configured via the configuration file
92 92
 `local.conf`.  It is likely that you will need to provide and modify
93 93
 this file if you want anything other than the most basic setup.  Start
94 94
 by reading the `configuration guide
95
-<https://docs.openstack.org/developer/devstack/configuration.html>_`
95
+<https://docs.openstack.org/developer/devstack/configuration.html>`_
96 96
 for details of the configuration file and the many available options.