summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-20 16:52:43 +0200
committerGitHub <noreply@github.com>2023-02-20 06:52:43 -0800
commitff14cf0df6e7d29c6f0a0ee152f20d5ef7608fa5 (patch)
treebae85080e02a8697620e2169bd5b9cd3aa3a0192 /exporting
parentfe17707b063c828383eee167e37f69e3d916bce1 (diff)
Fix broken links in our documentation (#14565)
* fix broken link in ml/README.md * fix broken link across all files * fix broken link across all files * fix broken links and remove what's next sections * fix broken links and remove what's next section * Remove related links sections with broken links that link to removed files * fix broken links
Diffstat (limited to 'exporting')
-rw-r--r--exporting/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/README.md b/exporting/README.md
index 922949c5d1..c6ce32b656 100644
--- a/exporting/README.md
+++ b/exporting/README.md
@@ -44,7 +44,7 @@ connector to enable and configure for your database of choice.
- [**Graphite**](https://github.com/netdata/netdata/blob/master/exporting/graphite/README.md): A plaintext interface. Metrics are sent to the database server as
`prefix.hostname.chart.dimension`. `prefix` is configured below, `hostname` is the hostname of the machine (can
also be configured). Learn more in our guide to [export and visualize Netdata metrics in
- Graphite](https://github.com/netdata/netdata/blob/master/docs/guides/export/export-netdata-metrics-graphite.md).
+ Graphite](https://github.com/netdata/netdata/blob/master/exporting/graphite/README.md).
- [**JSON** document databases](https://github.com/netdata/netdata/blob/master/exporting/json/README.md)
- [**OpenTSDB**](https://github.com/netdata/netdata/blob/master/exporting/opentsdb/README.md): Use a plaintext or HTTP interfaces. Metrics are sent to
OpenTSDB as `prefix.chart.dimension` with tag `host=hostname`.