Bläddra i källkod

fixup ansible link anchor

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 6 år sedan
förälder
incheckning
e2376103f6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/custom_client_config.md

+ 1 - 1
docs/custom_client_config.md

@@ -21,7 +21,7 @@ It's contents (as of writing) are as follows:
   }
 }
 ```
-As you can see from above, this configuration's values are all populated using [facts](https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#information-discovered-from-systems-facts).
+As you can see from above, this configuration's values are all populated using [facts](https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variables-discovered-from-systems-facts).
 
 To override this for a single node, `sensu_client_config` can be set in the `host_vars/node_name.domain.name.yml` file. We can also override it for entire groups in `group_vars/group_name.yml`.