From 4167e671c293410e2e2ec693876a23ff9441b8aa Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 8 May 2020 15:22:26 +0100 Subject: docs: Correct section link (#1577) Signed-off-by: Stephen Finucane --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 511ae1f9..ad09f191 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -228,7 +228,7 @@ consisting of two factors a piece: ``py37-django30`` (``py37``, ``django30``), ``py37-django31`` (``py37``, ``django31``), ``py38-django30`` (``py38``, ``django30``), and ``py38-django31`` (``py38``, ``django31``). Combined, these features provide the ability to write very concise ``tox.ini`` files and is -discussed further `below `__. +discussed further :ref:`below `. tox environment settings -- cgit v1.2.1