docs: Fix restructuredtext link format (#47199)
Fix two links on guide_online.rst
This commit is contained in:
parent
b9cf09e9d5
commit
0272fd4b37
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Introduction
|
|||
============
|
||||
|
||||
Online is a French hosting company mainly known for providing bare-metal servers named Dedibox.
|
||||
Check it out: `https://www.online.net/en <https://www.online.net/en>_`
|
||||
Check it out: `https://www.online.net/en <https://www.online.net/en>`_
|
||||
|
||||
Dynamic inventory for Online resources
|
||||
--------------------------------------
|
||||
|
@ -21,7 +21,7 @@ Ansible has a dynamic inventory plugin that can list your resources.
|
|||
|
||||
2. Set your ``ONLINE_TOKEN`` environment variable with your token.
|
||||
You need to open an account and log into it before you can get a token.
|
||||
You can find your token at the following page: `https://console.online.net/en/api/access <https://console.online.net/en/api/access>_`
|
||||
You can find your token at the following page: `https://console.online.net/en/api/access <https://console.online.net/en/api/access>`_
|
||||
|
||||
3. You can test that your inventory is working by running: ``ansible-inventory -v -i online_inventory.yml --list``
|
||||
|
||||
|
|
Loading…
Reference in a new issue