@cryptotaxi247 / netdata-1 / commits / 4dca6582b

Docs: Fix broken link (#12428)

Tina Luedtke committed Mar 16, 2022 at 19:06 UTC 4dca6582bd42b2ffc954c6e35bce0f3bc65e1ef4
1 file changed +1 -2
streaming/README.md
+1 -2
@@ -107,7 +107,7 @@ This also disables the registry (there cannot be a registry without an API).
107 requests from its child nodes. 0 sets no limit, 1 means maximum once every second. If this is set, you may see error log
108 entries "... too busy to accept new streaming request. Will be allowed in X secs".
109
110 -You can [use](docs/agent/exporting#configuration) the exporting engine to configure data archiving to an external database (it archives all databases maintained on
110 +You can [use](docs/agent/exporting/README.md#configuration) the exporting engine to configure data archiving to an external database (it archives all databases maintained on
111 this host).
112
113 ### Streaming configuration
@@ -203,7 +203,6 @@ that use `*` as wildcard (any number of times) and a `!` prefix for a negative m
203 So: `allow from = !10.1.2.3 10.*` will allow all IPs in `10.*` except `10.1.2.3`. The order is
204 important: left to right, the first positive or negative match is used.
205
206 -`allow from` is available in Netdata v1.9+
206
207 ##### Tracing
208