diff options
author | Stephen Finucane <stephen@that.guru> | 2020-05-08 15:22:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 07:22:26 -0700 |
commit | 4167e671c293410e2e2ec693876a23ff9441b8aa (patch) | |
tree | d0b1fe633b26ed840abdb4c490acd6c0096055f6 | |
parent | 141887d82ffc69f62f85778055eaf00117403736 (diff) | |
download | tox-git-4167e671c293410e2e2ec693876a23ff9441b8aa.tar.gz |
docs: Correct section link (#1577)
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | docs/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <generating-environments>`__. +discussed further :ref:`below <generating-environments>`. tox environment settings |