summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-14 17:41:44 +0200
committerGitHub <noreply@github.com>2023-02-14 07:41:44 -0800
commit32baa46cb12a157440a325ec72498f2327b4ef45 (patch)
tree88d2d01540aed517a0ee305f447fb54d30edd3dc /health
parent639ca97330cec016e7345d03fb5736f5f13d8058 (diff)
Fix broken links in markdown files (#14513)
* fix broken links in claim/README.md * delete broken link in docs/guidelines.md * fix broken links * fix broken link * fix broken links * fix broken links * fix broken links * fix broken links * fix broken links * remove broken link * fix broken link * fix broken links * fix broken links * fix broken links * fix broken link * fix linking phrasing * fix broken links batch * fix broken links second batch * fix broken links * fix broken links * fix broken links * Update COLLECTORS.md * fix broken links * fix broken links
Diffstat (limited to 'health')
-rw-r--r--health/REFERENCE.md3
-rw-r--r--health/notifications/pagerduty/README.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 27031cd19c..ce568db516 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -14,8 +14,7 @@ Welcome to the health configuration reference.
This guide contains information about editing health configuration files to tweak existing alarms or create new health
entities that are customized to the needs of your infrastructure.
-To learn the basics of locating and editing health configuration files, see the [health
-quickstart](https://github.com/netdata/netdata/blob/master/health/QUICKSTART.md).
+To learn the basics of locating and editing health configuration files, see the [Configure health alarms](https://github.com/netdata/netdata/blob/master/docs/monitor/configure-alarms.md) documentation.
## Health configuration files
diff --git a/health/notifications/pagerduty/README.md b/health/notifications/pagerduty/README.md
index c6190e83f7..8b272f4f27 100644
--- a/health/notifications/pagerduty/README.md
+++ b/health/notifications/pagerduty/README.md
@@ -18,7 +18,7 @@ resolution times.
## What you need to get started
-- An installation of the open-source [Netdata](https://github.com/netdata/netdata/blob/master/docs/get-started.mdx) monitoring agent.
+- An installation of the open-source [Netdata](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md) monitoring agent.
- An installation of the [PagerDuty agent](https://www.pagerduty.com/docs/guides/agent-install-guide/) on the node
running Netdata.
- A PagerDuty `Generic API` service using either the `Events API v2` or `Events API v1`.