summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-04-14 10:26:13 -0700
committerGitHub <noreply@github.com>2020-04-14 10:26:13 -0700
commite99692f145f710930723081d2e5bbf8868be2080 (patch)
tree468157463f0f133d927019e6826a9559dd989b9b /exporting
parent59916b01b83026d6e6caf59f4efb67b7d428b70d (diff)
Docs: Standardize links between documentation (#8638)
* Trying out some absolute-ish links * Try one out on installer * Testing logic * Trying out some more links * Fixing links * Fix links in python collectors * Changed a bunch more links * Fix build errors * Another push of links * Fix build error and add more links * Complete first pass * Fix final broken links * Fix links to files * Fix for Netlify * Two more fixes
Diffstat (limited to 'exporting')
-rw-r--r--exporting/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exporting/README.md b/exporting/README.md
index 11123f61c0..9c8357130f 100644
--- a/exporting/README.md
+++ b/exporting/README.md
@@ -7,10 +7,10 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/README
# Exporting metrics to external databases (experimental)
-The exporting engine is an update for the former [backends](../backends/). It's still work in progress. It has a
+The exporting engine is an update for the former [backends](/backends/README.md). It's still work in progress. It has a
modular structure and supports metric exporting via multiple exporting connector instances at the same time. You can
have different update intervals and filters configured for every exporting connector instance. The exporting engine has
-its own configuration file `exporting.conf`. Configuration is almost similar to [backends](../backends/#configuration).
+its own configuration file `exporting.conf`. Configuration is almost similar to [backends](/backends/README.md#configuration).
The only difference is that the type of a connector should be specified in a section name before a colon and a name after
the colon. At the moment only four types of connectors are supported: `graphite`, `json`, `opentsdb`, `opentsdb:http`.