소스 검색

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
 -----