Explorar el Código

missing templates link

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina hace 6 años
padre
commit
8438a4b59a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/deploy_plugins.md

+ 2 - 2
docs/deploy_plugins.md

@@ -25,10 +25,10 @@ data/static
 ```
 
 ## How handlers, filters, and mutators are deployed
-All three are deployed using Ansible's [template]() module. This allows the use of variables within your configurations, which can come in quite handy!
+All three are deployed using Ansible's [template](https://docs.ansible.com/ansible/latest/modules/template_module.html) module. This allows the use of variables within your configurations, which can come in quite handy!
 
 Let's take a look at the stuff I've got for [Pushover](https://pushover.net/).
-First off, the [handler](https://docs.sensu.io/sensu-core/1.4/guides/intro-to-handlers/) json file `pushover_handler.json.j2`:
+First off, the [handler](https://docs.sensu.io/sensu-core/latest/guides/intro-to-handlers/) json file `pushover_handler.json.j2`:
 ``` json
 {
   "handlers": {