summaryrefslogtreecommitdiffstats
path: root/collectors
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 /collectors
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 'collectors')
-rw-r--r--collectors/COLLECTORS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/collectors/COLLECTORS.md b/collectors/COLLECTORS.md
index 97d5ac2b39..30fcfb1b8e 100644
--- a/collectors/COLLECTORS.md
+++ b/collectors/COLLECTORS.md
@@ -14,16 +14,16 @@ real-time, interactive charts. The following list includes collectors for both e
internal system metrics.
Learn more
-about [how collectors work](https://github.com/netdata/netdata/blob/master/docs/collect/how-collectors-work.md), and
+about [how collectors work](https://github.com/netdata/netdata/blob/master/collectors/README.md), and
then learn how to [enable or
-configure](https://github.com/netdata/netdata/blob/master/docs/collect/enable-configure.md) any of the below collectors using the same process.
+configure](https://github.com/netdata/netdata/blob/master/collectors/REFERENCE.md#enable-and-disable-a-specific-collection-module) any of the below collectors using the same process.
Some collectors have both Go and Python versions as we continue our effort to migrate all collectors to Go. In these
cases, _Netdata always prioritizes the Go version_, and we highly recommend you use the Go versions for the best
experience.
If you want to use a Python version of a collector, you need to
-explicitly [disable the Go version](https://github.com/netdata/netdata/blob/master/docs/collect/enable-configure.md),
+explicitly [disable the Go version](https://github.com/netdata/netdata/blob/master/collectors/REFERENCE.md#enable-and-disable-a-specific-collection-module),
and enable the Python version. Netdata then skips the Go version and attempts to load the Python version and its
accompanying configuration file.