From a3a3982c0220beb889d5be799a8f4cd2253ff690 Mon Sep 17 00:00:00 2001
From: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
Date: Tue, 6 Feb 2024 19:44:59 +0200
Subject: [PATCH] fix linking of a markdown file (#16952)
Update README.md
---
src/daemon/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/README.md b/src/daemon/README.md
index a9b2ae976dcd9b..745811af8ae40d 100644
--- a/src/daemon/README.md
+++ b/src/daemon/README.md
@@ -143,7 +143,7 @@ For most Netdata programs (including standard external plugins shipped by netdat
| `ERROR` | Something that might disable a part of netdata.
The log line includes `errno` (if it is not zero). |
| `FATAL` | Something prevented a program from running.
The log line includes `errno` (if it is not zero) and the program exited. |
-The `FATAL` and `ERROR` messages will always appear in the logs, and `INFO`can be filtered using [severity level](https://github.com/netdata/netdata/tree/master/src/daemon/config#logs-section-options) option.
+The `FATAL` and `ERROR` messages will always appear in the logs, and `INFO`can be filtered using [severity level](https://github.com/netdata/netdata/blob/master/src/daemon/config/README.md#logs-section-options) option.
So, when auto-detection of data collection fail, `ERROR` lines are logged and the relevant modules are disabled, but the
program continues to run.