@cryptotaxi247 / netdata-1 / commits / 56ed487d4

Fix README exporting link (#10020)

* Fix README exporting link * Fix 2nd ref to README exporting link

Dim-P committed Oct 6, 2020 at 20:53 UTC 56ed487d42a59054e86fbdfd5cff37c23742656c
1 file changed +2 -2
README.md
+2 -2
@@ -313,7 +313,7 @@ This is how it works:
313 | **Store** | Metrics are first stored in RAM in a custom database engine that then "spills" historical metrics to disk for efficient long-term metrics storage. | [`database`](/database/README.md) |
314 | **Check** | A lockless independent watchdog is evaluating **health checks** on the collected metrics, triggers alarms, maintains a health transaction log and dispatches alarm notifications. | [`health`](/health/README.md) |
315 | **Stream** | A lockless independent worker is streaming metrics, in full detail and in real-time, to remote Netdata servers, as soon as they are collected. | [`streaming`](/streaming/README.md) |
316 -| **Archive** | A lockless independent worker is down-sampling the metrics and pushes them to **backend** time-series databases. | [`exporting`](/docs/export/README.md) |
316 +| **Archive** | A lockless independent worker is down-sampling the metrics and pushes them to **backend** time-series databases. | [`exporting`](/docs/export/external-databases.md) |
317 | **Query** | Multiple independent workers are attached to the [internal web server](/web/server/README.md), servicing API requests, including [data queries](/web/api/queries/README.md). | [`web/api`](/web/api/README.md) |
318
319 The result is a highly efficient, low-latency system, supporting multiple readers and one writer on each metric.
@@ -460,7 +460,7 @@ Here is a quick list of notable documents:
460 | [`collectors`](/collectors/README.md) | Information about data collection plugins. |
461 | [`health`](/health/README.md) | How Netdata's health monitoring works, how to create your own alarms and how to configure alarm notification methods. |
462 | [`streaming`](/streaming/README.md) | How to build hierarchies of Netdata servers, by streaming metrics between them. |
463 -| [`exporting`](/docs/export/README.md) | Long term archiving of metrics to industry-standard time-series databases, like `prometheus`, `graphite`, `opentsdb`. |
463 +| [`exporting`](/docs/export/external-databases.md) | Long term archiving of metrics to industry-standard time-series databases, like `prometheus`, `graphite`, `opentsdb`. |
464 | [`web/api`](/web/api/README.md) | Learn how to query the Netdata API and the queries it supports. |
465 | [`web/api/badges`](/web/api/badges/README.md) | Learn how to generate badges (SVG images) from live data. |
466 | [`web/gui/custom`](/web/gui/custom/README.md) | Learn how to create custom Netdata dashboards. |