diff options
author | Björn Pettersson <bjorn@undef.io> | 2017-09-07 13:12:49 +0200 |
---|---|---|
committer | Björn Pettersson <bjorn@undef.io> | 2017-09-07 13:15:50 +0200 |
commit | b8334512577f59f468069df8d028b42239388107 (patch) | |
tree | d9500a41ba22e1afde3c3e711407259438b3be20 | |
parent | doc: Fix docker anchor links (diff) | |
download | awx-b8334512577f59f468069df8d028b42239388107.tar.xz awx-b8334512577f59f468069df8d028b42239388107.zip |
doc: Add missing bracket to anchor link
Signed-off-by: Björn Pettersson <bjorn@undef.io>
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 5dcdde7001..24469e1f42 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -284,7 +284,7 @@ In the above example, image build tasks will be delegated to `localhost`, which > You may also want to set additional variables to control how Ansible connects to the host. For more information about this, view [Behavioral Inventory Parameters](http://docs.ansible.com/ansible/latest/intro_inventory.html#id12). -> As mentioned above, in Prerequisites](#prerequisites-1), the prerequisites are required on the remote host. +> As mentioned above, in [Prerequisites](#prerequisites-1), the prerequisites are required on the remote host. #### Inventory variables |