From e545127c2e4bc13fb1d1a76990a748b2301cf1ce Mon Sep 17 00:00:00 2001 From: Jonathan Doig Date: Mon, 8 Jan 2018 10:13:39 +1100 Subject: [PATCH] Fix broken link to w3schools (#34561) Closes issue #34528 --- lib/ansible/modules/files/xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/xml.py b/lib/ansible/modules/files/xml.py index 58ef067f2c..fd5b044a7c 100644 --- a/lib/ansible/modules/files/xml.py +++ b/lib/ansible/modules/files/xml.py @@ -21,7 +21,7 @@ module: xml short_description: Manage bits and pieces of XML files or strings description: - A CRUD-like interface to managing bits of XML files. -- You might also be interested in a brief tutorial from U(http://www.w3schools.com/xpath/) +- You might also be interested in a brief tutorial from U(https://www.w3schools.com/xml/xpath_intro.asp) and U(https://developer.mozilla.org/en-US/docs/Web/XPath). version_added: '2.4' options: