From 0272fd4b3703e6de61850f115ac0ef1c69b68cd8 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Wed, 17 Oct 2018 21:28:48 +0700 Subject: [PATCH] docs: Fix restructuredtext link format (#47199) Fix two links on guide_online.rst --- docs/docsite/rst/scenario_guides/guide_online.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_online.rst b/docs/docsite/rst/scenario_guides/guide_online.rst index 289fff8af8..977d71a328 100644 --- a/docs/docsite/rst/scenario_guides/guide_online.rst +++ b/docs/docsite/rst/scenario_guides/guide_online.rst @@ -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 _` +Check it out: `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 _` + You can find your token at the following page: `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``