From 4013e94cf639d58dd8973d5ad907b7620beb9649 Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 8 Nov 2013 14:59:24 -0500 Subject: [PATCH] Correct documentation URLs --- library/internal/async_status | 5 ++--- library/network/get_url | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/library/internal/async_status b/library/internal/async_status index 865286dd34b..79647da113d 100644 --- a/library/internal/async_status +++ b/library/internal/async_status @@ -24,8 +24,7 @@ DOCUMENTATION = ''' module: async_status short_description: Obtain status of asynchronous task description: - - "This module gets the status of an asynchronous task. See: - U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling)" + - "This module gets the status of an asynchronous task." version_added: "0.5" options: jid: @@ -42,7 +41,7 @@ options: choices: [ "status", "cleanup" ] default: "status" notes: - - See U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling) + - See also U(http://www.ansibleworks.com/docs/playbooks_async.html#asynchronous-actions-and-polling) requirements: [] author: Michael DeHaan ''' diff --git a/library/network/get_url b/library/network/get_url index 35d724febed..d3919da003d 100644 --- a/library/network/get_url +++ b/library/network/get_url @@ -36,7 +36,7 @@ description: the target host, requests will be sent through that proxy. This behaviour can be overridden by setting a variable for this task (see `setting the environment - `_), + `_), or by using the use_proxy option. version_added: "0.6" options: