From 021d095625304a44911da55046f0648aa1db49ee Mon Sep 17 00:00:00 2001 From: thaim Date: Thu, 10 Oct 2019 04:36:43 +0900 Subject: [PATCH] Fix broken link (#63185) --- docs/docsite/rst/dev_guide/testing_units.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/dev_guide/testing_units.rst b/docs/docsite/rst/dev_guide/testing_units.rst index ab760852394..be243b75984 100644 --- a/docs/docsite/rst/dev_guide/testing_units.rst +++ b/docs/docsite/rst/dev_guide/testing_units.rst @@ -76,10 +76,10 @@ install all the required dependencies needed for unit tests. For example: When using ``ansible-test`` with ``--tox`` requires tox >= 2.5.0 -The full list of requirements can be found at `test/runner/requirements -`_. Requirements +The full list of requirements can be found at `test/lib/ansible_test/_data/requirements +`_. Requirements files are named after their respective commands. See also the `constraints -`_ +`_ applicable to all commands.