From d3230b9172964da3fcb481e48e33c21b6748d853 Mon Sep 17 00:00:00 2001 From: Nathan Hyde Date: Thu, 26 Jul 2018 08:39:01 -0700 Subject: [PATCH] Correct link to Getting Started with Docker Guide (#42709) Update link to the docker getting started guide. +label: docsite_pr --- lib/ansible/modules/cloud/docker/_docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/docker/_docker.py b/lib/ansible/modules/cloud/docker/_docker.py index 98bf6e1bbc..9135fbc147 100644 --- a/lib/ansible/modules/cloud/docker/_docker.py +++ b/lib/ansible/modules/cloud/docker/_docker.py @@ -25,7 +25,7 @@ deprecated: description: - This is the original Ansible module for managing the Docker container life cycle. - NOTE - Additional and newer modules are available. For the latest on orchestrating containers with Ansible - visit our Getting Started with Docker Guide at U(https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/guide_docker.rst). + visit our Getting Started with Docker Guide at U(https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/scenario_guides/guide_docker.rst). options: count: description: