summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2020-02-24 13:29:22 -0600
committerGitHub <noreply@github.com>2020-02-24 14:29:22 -0500
commit75191c14849a7ec82d50deafc2287ba252b91f0d (patch)
tree595d9497f0dbcf47baf0ffff088e1e2eb255df8c /docs
parentfebbb66d71bd25eee15803542484d2c3ced2e6df (diff)
downloadansible-75191c14849a7ec82d50deafc2287ba252b91f0d.tar.gz
fixes link, makes intrapage TOC local (#67664)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/testing_running_locally.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_running_locally.rst b/docs/docsite/rst/dev_guide/testing_running_locally.rst
index 703040b5fa..b88a92ee59 100644
--- a/docs/docsite/rst/dev_guide/testing_running_locally.rst
+++ b/docs/docsite/rst/dev_guide/testing_running_locally.rst
@@ -6,13 +6,14 @@
Testing Ansible
***************
-.. contents:: Topics
-
This document describes how to:
* Run tests locally using ``ansible-test``
* Extend
+.. contents::
+ :local:
+
Requirements
============
@@ -35,7 +36,7 @@ An API key is required to use this feature.
Recommended for integration tests.
-See the `list of supported platforms and versions <https://github.com/ansible/ansible/blob/devel/test/runner/completion/remote.txt>`_ for additional details.
+See the `list of supported platforms and versions <https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/_data/completion/remote.txt>`_ for additional details.
Environment Variables
---------------------