From d8d7e5a07236a48dc64a7687e740772d192fa89f Mon Sep 17 00:00:00 2001 From: ndclt Date: Thu, 5 Sep 2019 17:38:08 +0200 Subject: [PATCH] documentation: modify the link to the docker.txt listing all images (#61838) (#61851) The file was moved. (cherry picked from commit aadb192846bb838bbeb8df9f06d2180643699a48) --- docs/docsite/rst/dev_guide/testing_integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing_integration.rst b/docs/docsite/rst/dev_guide/testing_integration.rst index e0871a8af04..4134047158e 100644 --- a/docs/docsite/rst/dev_guide/testing_integration.rst +++ b/docs/docsite/rst/dev_guide/testing_integration.rst @@ -43,7 +43,7 @@ outside of those test subdirectories. They will also not reconfigure or bounce .. note:: Running integration tests within Docker - To protect your system from any potential changes caused by integration tests, and to ensure the a sensible set of dependencies are available we recommend that you always run integration tests with the ``--docker`` option. See the `list of supported docker images `_ for options. + To protect your system from any potential changes caused by integration tests, and to ensure a sensible set of dependencies are available we recommend that you always run integration tests with the ``--docker`` option. See the `list of supported docker images `_ for options. .. note:: Avoiding pulling new Docker images