Update tox documentation link in tox-guide 97/108697/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Fri, 27 Oct 2023 07:08:21 +0000 (09:08 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Fri, 27 Oct 2023 07:08:21 +0000 (09:08 +0200)
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Iee9cd47d7e4674ae5e0f19d27c8dacdd13a2af58

docs/tox-guide.rst

index 2ba005c69d90b6f3c93ca3dc7efa4cfad7addb0b..6473ffb064e78acc286e12da022f2488deb53744 100644 (file)
@@ -42,7 +42,7 @@ Tox configuration
 -----------------
 
 `Tox` configuration is written in the `tox.ini` file at the root folder of the Git project.
-Please read `tox official documentation <https://tox.readthedocs.io/>`_ for more details.
+Please read `tox official documentation <https://tox.wiki/>`_ for more details.
 For tox users, the most important parameter in the `[tox]` section is `envlist`.
 It specifies which profiles to run by default (i.e. when tox is called without the option `-e`).
 The option `-e` overrides this parameter and allows to choose which profiles to run.