Skip to content

Commit b030911

Browse files
authored
Merge pull request #1311 from sensu/hillaryfraley-docs-link-fixes
Update links to Sensu docs pages in README and REFERENCE
2 parents e844414 + d58dee9 commit b030911

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Breaking changes:
170170

171171
## Setup
172172

173-
### What sensu effects
173+
### What sensu affects
174174

175175
This module will install packages, create configuration and start services necessary to manage Sensu agents and backend.
176176

@@ -549,7 +549,7 @@ The types `sensu_ad_auth` and `sensu_ldap_auth` require a valid enterprise licen
549549

550550
### Contact routing
551551

552-
See [Sensu Go - Contact Routing](https://docs.sensu.io/sensu-go/latest/guides/contact-routing/) for details. The following is one way to configure contact routing in Puppet.
552+
See [Sensu Go - Route alerts with event filters](https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-filter/route-alerts/) for details. The following is one way to configure contact routing in Puppet.
553553

554554
Add the sensu-go-has-contact-filter bonsai asset:
555555

manifests/agent.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The agent entity redact list
6767
# Passing `redact` as part of `config_hash` takes precedence
6868
# Defaults come from Sensu documentation:
69-
# https://docs.sensu.io/sensu-go/latest/reference/agent/#security-configuration-flags
69+
# https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-schedule/agent/#security-configuration-flags
7070
# @param show_diff
7171
# Sets show_diff parameter for agent.yml configuration file
7272
# @param log_file

manifests/backend.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# Sets if the Sensu agent user should be disabled
5151
# Not applicable if `manage_agent_user` is `false`
5252
# This is useful if using agent TLS authentication
53-
# See https://docs.sensu.io/sensu-go/latest/guides/securing-sensu/#sensu-agent-tls-authentication
53+
# See [Sensu Go - Secure Sensu](https://docs.sensu.io/sensu-go/latest/operations/deploy-sensu/secure-sensu/#optional-configure-sensu-agent-mtls-authentication)
5454
# @param show_diff
5555
# Sets show_diff parameter for backend.yml configuration file
5656
# @param license_source

0 commit comments

Comments
 (0)