Sfoglia il codice sorgente

missing templates link

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 6 anni fa
parent
commit
8438a4b59a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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": {