From 270618284c47ccd7613ee80746a32a52f42302a4 Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Wed, 30 Aug 2017 07:58:58 +0200 Subject: [PATCH] docs/ansible: Fix an internal hyperlink Fixing a typo made in 073898046542323eb11c2e129f37fa558ae201e1, after getting the confirmation that all the Vagrant docs will continue to use full path for internal links (for the moment). [ci skip] --- website/source/docs/provisioning/ansible_common.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioning/ansible_common.html.md b/website/source/docs/provisioning/ansible_common.html.md index 17c047992..a36f7527f 100644 --- a/website/source/docs/provisioning/ansible_common.html.md +++ b/website/source/docs/provisioning/ansible_common.html.md @@ -196,5 +196,5 @@ Some of these options are for advanced usage only and should not be used unless
Tip: - With the `ansible_local` provisioner, it is currently possible to use this option to specify which version of Ansible must be automatically installed, but only in combination with the [**`install_mode`**](ansible_local.html#install_mode) set to `:pip`. + With the `ansible_local` provisioner, it is currently possible to use this option to specify which version of Ansible must be automatically installed, but only in combination with the [**`install_mode`**](/docs/provisioning/ansible_local.html#install_mode) set to `:pip`.