diff options
Diffstat (limited to 'doc/usage/quickstart.rst')
-rw-r--r-- | doc/usage/quickstart.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/quickstart.rst b/doc/usage/quickstart.rst index adda610ab..e90b993c6 100644 --- a/doc/usage/quickstart.rst +++ b/doc/usage/quickstart.rst @@ -236,8 +236,8 @@ so on. The file is saved in UTF-8 by default, as indicated by the encoding declaration in the first line. If you use non-ASCII characters in any string value, you need to use Python Unicode strings (like ``project = u'Exposé'``). -|more| See :ref:`build-config` for documentation of all available config -values. +|more| See :doc:`/usage/configuration` for documentation of all available +config values. .. todo:: Move this entire doc to a different section |