summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-24 22:17:44 +0200
committerGitHub <noreply@github.com>2023-02-24 12:17:44 -0800
commitf66c74e0a82bb6bd360e659c7ad7609147612b57 (patch)
treeab2569c84112dff46fd8a085f21508d49bb437b2 /packaging
parent427c101796e0d9154cb97d275bd460ed58faab4b (diff)
Fix broken links (#14605)
* fix broken links * fix a link to kernel-collector readme, make it to not point at .md
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/README.md2
-rw-r--r--packaging/installer/methods/ansible.md25
-rw-r--r--packaging/installer/methods/source.md2
3 files changed, 3 insertions, 26 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index 5e629a8195..34dd27e2df 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -68,7 +68,7 @@ community, but you may want to [edit alarms](https://github.com/netdata/netdata/
#### Make your deployment production ready
-Both [securing Netdata](https://github.com/netdata/netdata/blob/master/docs/configure/secure-nodes.md) and [setting up replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) are strongly recommended.
+Both [securing Netdata](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md) and [setting up replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) are strongly recommended.
## Install on Linux with one-line installer
diff --git a/packaging/installer/methods/ansible.md b/packaging/installer/methods/ansible.md
index b15816cd90..aebe17da4e 100644
--- a/packaging/installer/methods/ansible.md
+++ b/packaging/installer/methods/ansible.md
@@ -130,7 +130,7 @@ hostname of the node, the playbook disables that local dashboard by setting `web
security boost by not allowing any unwanted access to the local dashboard.
You can read more about this decision, or other ways you might lock down the local dashboard, in our [node security
-doc](https://github.com/netdata/netdata/blob/master/docs/configure/secure-nodes.md).
+doc](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md).
> Curious about why Netdata's dashboard is open by default? Read our [blog
> post](https://www.netdata.cloud/blog/netdata-agent-dashboard/) on that zero-configuration design decision.
@@ -154,26 +154,3 @@ task results in a changed, failure, or was skipped entirely.
The task to install Netdata will take a few minutes per node, so be patient! Once the playbook reaches the connect to Cloud
task, your nodes start populating your Space in Netdata Cloud.
-
-## What's next?
-
-Go use Netdata!
-
-If you need a bit more guidance for how you can use Netdata for health monitoring and performance troubleshooting, see
-our [documentation](https://learn.netdata.cloud/docs). It's designed like a comprehensive guide, based on what you might
-want to do with Netdata, so use those categories to dive in.
-
-Some of the best places to start:
-
-- [Collectors configuration reference](https://github.com/netdata/netdata/blob/master/collectors/README.md)
-- [Supported collectors list](https://github.com/netdata/netdata/blob/master/collectors/COLLECTORS.md)
-- [See an overview of your infrastructure](https://github.com/netdata/netdata/blob/master/docs/visualize/overview-infrastructure.md)
-- [Interact with dashboards and charts](https://github.com/netdata/netdata/blob/master/docs/visualize/interact-dashboards-charts.md)
-- [Change how long Netdata stores metrics](https://github.com/netdata/netdata/blob/master/docs/store/change-metrics-storage.md)
-
-We're looking for more deployment and configuration management strategies, whether via Ansible or other
-provisioning/infrastructure as code software, such as Chef or Puppet, in our [community
-repo](https://github.com/netdata/community). Anyone is able to fork the repo and submit a PR, either to improve this
-playbook, extend it, or create an entirely new experience for deploying Netdata across entire infrastructure.
-
-
diff --git a/packaging/installer/methods/source.md b/packaging/installer/methods/source.md
index 432507afc1..7b6b88d4b3 100644
--- a/packaging/installer/methods/source.md
+++ b/packaging/installer/methods/source.md
@@ -233,7 +233,7 @@ using glibc or musl. To use one of these:
Alternatively, you may wish to build the eBPF code locally yourself. For
instructions, please consult [the README file for our kernel-collector
-repository](https://github.com/netdata/kernel-collector/blob/master/README.md),
+repository](https://github.com/netdata/kernel-collector/#readme),
which outlines both the required dependencies, as well as multiple
options for building the code.