summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/inventory/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/inventory/__init__.py')
-rw-r--r--lib/ansible/plugins/inventory/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/inventory/__init__.py b/lib/ansible/plugins/inventory/__init__.py
index 1488b99ae0..3c929bb4fd 100644
--- a/lib/ansible/plugins/inventory/__init__.py
+++ b/lib/ansible/plugins/inventory/__init__.py
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+# along with Ansible. If not, see <https://www.gnu.org/licenses/>.
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
@@ -69,7 +69,7 @@ def expand_hostname_range(line=None):
appearance. They are replaced in this function with '|' to ease
string splitting.
- References: http://ansible.github.com/patterns.html#hosts-and-groups
+ References: https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#hosts-and-groups
'''
all_hosts = []
if line: