Fix doc links (#14650)
* Update freebsd.md * Update REFERENCE.md * Update README.md * Update COLLECTORS.md
Chris Akritidis committed
Mar 2, 2023 at 13:21 UTC
00e0dc9649e1f5f72a032609e07c0b852c04b41f
4 files changed
+4
-4
collectors/COLLECTORS.md
+1
-1
@@ -274,7 +274,7 @@ configure any of these collectors according to your setup and infrastructure.
274
- [NSD](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/nsd/README.md): Monitor nameserver
275
performance metrics using the `nsd-control`
276
tool.
277
-- [NTP daemon](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/ntpd): Monitor the system variables
277
+- [NTP daemon](https://github.com/netdata/go.d.plugin/blob/master/modules/ntpd/README.md): Monitor the system variables
278
of the local `ntpd` daemon (optionally including variables of the polled peers) using the NTP Control Message Protocol
279
via a UDP socket.
280
- [OpenSIPS](https://github.com/netdata/netdata/blob/master/collectors/charts.d.plugin/opensips/README.md): Collect
collectors/charts.d.plugin/sensors/README.md
+1
-1
@@ -10,7 +10,7 @@ learn_rel_path: "Integrations/Monitor/Devices"
10
# Linux machine sensors monitoring with Netdata
11
12
Use this collector when `lm-sensors` doesn't work on your device (e.g. for RPi temperatures).
13
-For all other cases use the [Python collector](/collectors/python.d.plugin/sensors), which supports multiple
13
+For all other cases use the [Python collector](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/sensors), which supports multiple
14
jobs, is more efficient and performs calculations on top of the kernel provided values.
15
16
This plugin will provide charts for all configured system sensors, by reading sensors directly from the kernel.
health/REFERENCE.md
+1
-1
@@ -741,7 +741,7 @@ info: average ratio of HTTP responses with unexpected status over the last 5 min
741
742
## Expressions
743
744
-Netdata has an internal [infix expression parser](/libnetdata/eval). This parses expressions and creates an internal
744
+Netdata has an internal infix expression parser under `libnetdata/eval`. This parses expressions and creates an internal
745
structure that allows fast execution of them.
746
747
These operators are supported `+`, `-`, `*`, `/`, `<`, `==`, `<=`, `<>`, `!=`, `>`, `>=`, `&&`, `||`, `!`, `AND`, `OR`, `NOT`.
packaging/installer/methods/freebsd.md
+1
-1
@@ -113,7 +113,7 @@ The following options are mutually exclusive and specifiy special operations oth
113
- `--uninstall`: Uninstall an existing installation of Netdata. Fails if there is no existing install.
114
- `--claim-only`: If there is an existing install, only try to claim it without attempting to update it. If there is no existing install, install and claim Netdata normally.
115
- `--repositories-only`: Only install repository configuration packages instead of doing a full install of Netdata. Automatically sets --native-only.
116
-- `--prepare-offline-install-source`: Instead of insallling the agent, prepare a directory that can be used to install on another system without needing to download anything. See our [offline installation documentation](/packaging/installer/methods/offline.md) for more info.
116
+- `--prepare-offline-install-source`: Instead of insallling the agent, prepare a directory that can be used to install on another system without needing to download anything. See our [offline installation documentation](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/offline.md) for more info.
117
118
Additionally, the following environment variables may be used to further customize how the script runs (most users
119
should not need to use special values for any of these):