Fix Configuration link in docs

The configuration link on the installation page was trying to
link to a local #configuration, we instead want it to reference
the configuration.html page.

Change-Id: Ie1d3bb7300902185e07aef91e58e403ca67981ba
This commit is contained in:
Elizabeth K. Joseph 2014-07-01 11:36:47 -07:00
parent f41385d146
commit 9c4f91a9f3

View File

@ -69,4 +69,4 @@ logging configuration file.
The logging configuration file is in the standard python logging The logging configuration file is in the standard python logging
`configuration file format `configuration file format
<http://docs.python.org/2/library/logging.config.html#configuration-file-format>`. <http://docs.python.org/2/library/logging.config.html#configuration-file-format>`.
The Nodepool configuration file is described in configuration_. The Nodepool configuration file is described in :ref:`configuration`.