From 166ea0e1757a0152d8606941056a63d411b1419b Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Wed, 19 Jun 2013 19:34:02 -0600 Subject: [PATCH] * Updated all ansible.cc references in the documentation to point to ansibleworks.com * Fixed a few misspelled words --- internal/async_status | 4 ++-- network/get_url | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/async_status b/internal/async_status index d24d6f33833..865286dd34b 100644 --- a/internal/async_status +++ b/internal/async_status @@ -25,7 +25,7 @@ module: async_status short_description: Obtain status of asynchronous task description: - "This module gets the status of an asynchronous task. See: - U(http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling)" + U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling)" version_added: "0.5" options: jid: @@ -42,7 +42,7 @@ options: choices: [ "status", "cleanup" ] default: "status" notes: - - See U(http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling) + - See U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling) requirements: [] author: Michael DeHaan ''' diff --git a/network/get_url b/network/get_url index 53b07261479..cab322747f6 100644 --- a/network/get_url +++ b/network/get_url @@ -35,7 +35,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: