From 8b605eec786d3cc2b5545fcff595ad62062cff46 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 3 Feb 2015 13:22:58 -0800 Subject: [PATCH] Fix incorrect cross-sphinx reference --- sites/docs/concepts/configuration.rst | 2 ++ sites/www/changelog.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sites/docs/concepts/configuration.rst b/sites/docs/concepts/configuration.rst index cc71d68da..5d94892e5 100644 --- a/sites/docs/concepts/configuration.rst +++ b/sites/docs/concepts/configuration.rst @@ -1,3 +1,5 @@ +.. _configuration: + ============= Configuration ============= diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 423dc149b..98828df8c 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -5,8 +5,8 @@ Changelog * :feature:`147` Drastically overhaul/expand the configuration system to account for multiple configuration levels including (but not limited to) file paths, environment variables, and Python-level constructs (previously the - only option). See :doc:`/concepts/configuration` for details. Thanks to Erich - Heine for his copious feedback on this topic. + only option). See :ref:`configuration` for details. Thanks to Erich Heine for + his copious feedback on this topic. .. warning:: This is technically a backwards incompatible change, though some existing