Преглед на файлове

fix broken link in integration

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina преди 6 години
родител
ревизия
7dfbcfc1e9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/integration.md

+ 1 - 1
docs/integration.md

@@ -16,7 +16,7 @@ sensu_rabbitmq_config_path: < the path to the RabbitMQ configuration >
 
 ```
 
-You'll want to ensure you have a directory named `ssl` under your `rabbitmq_config_path` with the Sensu SSL Server CACert, Cert, and Key data inside (the path to this data is defined by the following variables: `sensu_ssl_server_cacert`,  `sensu_ssl_server_cert`,  `sensu_ssl_server_key`. These are typically stored in the [dynamic data store](dynamic_data/)).
+You'll want to ensure you have a directory named `ssl` under your `rabbitmq_config_path` with the Sensu SSL Server CACert, Cert, and Key data inside (the path to this data is defined by the following variables: `sensu_ssl_server_cacert`,  `sensu_ssl_server_cert`,  `sensu_ssl_server_key`. These are typically stored in the [dynamic data store](/dynamic_data/)).
 
 redis
 -----