summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-02 13:21:10 -0800
committerGitHub <noreply@github.com>2023-03-02 13:21:10 -0800
commit00e0dc9649e1f5f72a032609e07c0b852c04b41f (patch)
tree7344ba2964c01f1936dd4112388e462a6bf4db65 /health
parent021e252fc5d18a7225c0f4c975b3281016861d3c (diff)
Fix doc links (#14650)
* Update freebsd.md * Update REFERENCE.md * Update README.md * Update COLLECTORS.md
Diffstat (limited to 'health')
-rw-r--r--health/REFERENCE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index d48a99db3c..78cc7f78a5 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -741,7 +741,7 @@ info: average ratio of HTTP responses with unexpected status over the last 5 min
## Expressions
-Netdata has an internal [infix expression parser](/libnetdata/eval). This parses expressions and creates an internal
+Netdata has an internal infix expression parser under `libnetdata/eval`. This parses expressions and creates an internal
structure that allows fast execution of them.
These operators are supported `+`, `-`, `*`, `/`, `<`, `==`, `<=`, `<>`, `!=`, `>`, `>=`, `&&`, `||`, `!`, `AND`, `OR`, `NOT`.