summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-17 18:11:38 +0200
committerGitHub <noreply@github.com>2023-02-17 08:11:38 -0800
commit851ce5a184abd4f38377d826635848093f022f4f (patch)
treedc6fd301182b70e498eae94c20898b6d2020f8d6
parent8f293d29a02fe3b6a0db4d02127eb421f2cab29b (diff)
Fix broken links in integrations-overview (#14554)
* Fix broken links in integrations-overview * fix broken link in docs/export/enable-collector.md
-rw-r--r--docs/category-overview-pages/integrations-overview.md4
-rw-r--r--docs/export/enable-connector.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/category-overview-pages/integrations-overview.md b/docs/category-overview-pages/integrations-overview.md
index 0c84b2e598..556013e330 100644
--- a/docs/category-overview-pages/integrations-overview.md
+++ b/docs/category-overview-pages/integrations-overview.md
@@ -12,14 +12,14 @@ learn_rel_path: "Integrations"
Netdata's ability to monitor out of the box every potentially useful aspect of a node's operation is unparalleled.
But Netdata also provides out of the box, meaningful charts and alerts for hundreds of applications, with the ability
to be easily extended to monitor anything. See the full list of Netdata's capabilities and how you can extend them in the
-[supported collectors list](https://github.com/netdata/netdata/blobl/master/collectors/COLLECTORS.md).
+[supported collectors list](https://github.com/netdata/netdata/blob/master/collectors/COLLECTORS.md).
Our out of the box alerts were created by expert professionals and have been validated on the field, countless times.
Use them to trigger [alert notifications](https://github.com/netdata/netdata/blob/master/docs/monitor/enable-notifications.md)
either centrally, via the
[Cloud alert notifications](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.md)
, or by configuring individual
-[agent notifications](https://github.com/netdata/netdata/blobl/master/health/notifications/README.md).
+[agent notifications](https://github.com/netdata/netdata/blob/master/health/notifications/README.md).
We designed Netdata with interoperability in mind. The Agent collects thousands of metrics every second, and then what
you do with them is up to you. You can
diff --git a/docs/export/enable-connector.md b/docs/export/enable-connector.md
index 28208e2f42..8efd61bde7 100644
--- a/docs/export/enable-connector.md
+++ b/docs/export/enable-connector.md
@@ -92,8 +92,8 @@ details.
If you want to further configure your exporting connectors, see
the [exporting engine reference](https://github.com/netdata/netdata/blob/master/exporting/README.md#configuration).
-For a comprehensive example of using the Graphite connector, read our guide:
-[_Export and visualize Netdata metrics in Graphite_](https://github.com/netdata/netdata/blob/master/docs/guides/export/export-netdata-metrics-graphite.md). Or, start
+For a comprehensive example of using the Graphite connector, read our documentation on
+[exporting metrics to Graphite providers](https://github.com/netdata/netdata/blob/master/exporting/graphite/README.md). Or, start
[using host labels](https://github.com/netdata/netdata/blob/master/docs/guides/using-host-labels.md) on exported metrics.
### Related reference documentation