summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-11-22 00:44:46 +0100
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-22 01:44:46 +0200
commitac7deb42f84e2f66a5d86f4d6f259d49ee7b7960 (patch)
tree5d61a6fa76347c1171883685f59b75b47769904d /streaming
parent055d5284b9ffaf181d7f06ad72c7c9e7976dcecd (diff)
Documentation links sanity checker (#4701)
* Fix broken links * Fixed link * Added links checker * link updates from the link checker * Final corrections to allow checklinks to run without errors * Removed whitespace * Fixed codacy errors/warnings
Diffstat (limited to 'streaming')
-rw-r--r--streaming/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/streaming/README.md b/streaming/README.md
index 93683078bd..e455d1070b 100644
--- a/streaming/README.md
+++ b/streaming/README.md
@@ -100,7 +100,7 @@ this host).
### streaming configuration
-A new file is introduced: [stream.conf](https://github.com/netdata/netdata/tree/master/streaming/stream.conf) (to edit it on your system run
+A new file is introduced: [stream.conf](stream.conf) (to edit it on your system run
`/etc/netdata/edit-config stream.conf`). This file holds streaming configuration for both the
sending and the receiving netdata.
@@ -404,7 +404,7 @@ When they maintain a database, they can also run health checks (alarms and notif
for the remote host that is streaming the metrics.
To configure a proxy, configure it as a receiving and a sending netdata at the same time,
-using [stream.conf](https://github.com/netdata/netdata/tree/master/streaming/stream.conf).
+using [stream.conf](stream.conf).
The sending side of a netdata proxy, connects and disconnects to the final destination of the
metrics, following the same pattern of the receiving side.