Fix broken links in integrations-overview (#14554)
* Fix broken links in integrations-overview * fix broken link in docs/export/enable-collector.md
Fotis Voutsas committed
Feb 17, 2023 at 18:11 UTC
851ce5a184abd4f38377d826635848093f022f4f
2 files changed
+4
-4
docs/category-overview-pages/integrations-overview.md
+2
-2
@@ -12,14 +12,14 @@ learn_rel_path: "Integrations"
12
Netdata's ability to monitor out of the box every potentially useful aspect of a node's operation is unparalleled.
13
But Netdata also provides out of the box, meaningful charts and alerts for hundreds of applications, with the ability
14
to be easily extended to monitor anything. See the full list of Netdata's capabilities and how you can extend them in the
15
-[supported collectors list](https://github.com/netdata/netdata/blobl/master/collectors/COLLECTORS.md).
15
+[supported collectors list](https://github.com/netdata/netdata/blob/master/collectors/COLLECTORS.md).
16
17
Our out of the box alerts were created by expert professionals and have been validated on the field, countless times.
18
Use them to trigger [alert notifications](https://github.com/netdata/netdata/blob/master/docs/monitor/enable-notifications.md)
19
either centrally, via the
20
[Cloud alert notifications](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.md)
21
, or by configuring individual
22
-[agent notifications](https://github.com/netdata/netdata/blobl/master/health/notifications/README.md).
22
+[agent notifications](https://github.com/netdata/netdata/blob/master/health/notifications/README.md).
23
24
We designed Netdata with interoperability in mind. The Agent collects thousands of metrics every second, and then what
25
you do with them is up to you. You can
docs/export/enable-connector.md
+2
-2
@@ -92,8 +92,8 @@ details.
92
If you want to further configure your exporting connectors, see
93
the [exporting engine reference](https://github.com/netdata/netdata/blob/master/exporting/README.md#configuration).
94
95
-For a comprehensive example of using the Graphite connector, read our guide:
96
-[_Export and visualize Netdata metrics in Graphite_](https://github.com/netdata/netdata/blob/master/docs/guides/export/export-netdata-metrics-graphite.md). Or, start
95
+For a comprehensive example of using the Graphite connector, read our documentation on
96
+[exporting metrics to Graphite providers](https://github.com/netdata/netdata/blob/master/exporting/graphite/README.md). Or, start
97
[using host labels](https://github.com/netdata/netdata/blob/master/docs/guides/using-host-labels.md) on exported metrics.
98
99
### Related reference documentation