Skip to content

Commit 76c8c28

Browse files
committed
1 parent 064878c commit 76c8c28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A byproduct of the Ansible modules was the creation of a Python library that is
99
* [Getting Started](#getting-started)
1010
* Hands-on Examples
1111
* [Requirements](#requirements)
12-
* [Detailed Docs](http://hp-ansible.readthedocs.org/en/latest/index.html#)
12+
* [Detailed Docs](https://hp-ansible.readthedocs.io/en/latest/index.html)
1313

1414
# Modules
1515

@@ -59,7 +59,7 @@ Several modules can be used to modify feature level configuration on the HP COM
5959

6060
# Getting Started
6161

62-
Follow these steps to get started with Ansible. A few of these steps assume you will be working on an Ubuntu host. If you are using a MAC or another version of Linux, please check the official Ansible [documentation](http://docs.ansible.com/ansible/intro_installation.html#installation) for help on getting Ansible installed. Most of these steps beyond installation will be the same regardless of version of Linux being used.
62+
Follow these steps to get started with Ansible. A few of these steps assume you will be working on an Ubuntu host. If you are using a MAC or another version of Linux, please check the official Ansible [documentation](https://docs.ansible.com/ansible/intro_installation.html#installation) for help on getting Ansible installed. Most of these steps beyond installation will be the same regardless of version of Linux being used.
6363

6464
## Update /etc/hosts file
6565

@@ -922,7 +922,7 @@ Options (= is mandatory):
922922

923923
When you start using modules, this is a great command line utility to reference to understand the parameters each module supports. It can be used for not only the HP modules, but also any native Ansible module as well.
924924

925-
**Note:** The docs contained within the `ansible-doc` command line utility for the HP modules are the same docs that can be found on the web [here.](module_docs/module_docs.md) and even better docs can be found [here](http://hp-ansible.readthedocs.org/en/latest/index.html#)
925+
**Note:** The docs contained within the `ansible-doc` command line utility for the HP modules are the same docs that can be found on the web [here.](module_docs/module_docs.md) and even better docs can be found [here](https://hp-ansible.readthedocs.io/en/latest/index.html)
926926

927927
# Requirements
928928

0 commit comments

Comments
 (0)