Documentation: Fixed broken links (#12142)
* fixed broken links * Apply suggestion from code review Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update claim/README.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Tina Luedtke committed
Feb 15, 2022 at 20:46 UTC
bf5ebcdca7803ed8e367fff7f6608156536270ac
4 files changed
+5
-5
claim/README.md
+2
-2
@@ -460,8 +460,8 @@ using the [ACLK](/aclk/README.md).
460
461
The best way to install Netdata and connect your nodes to Netdata Cloud is with our automatic one-line installation script, [kickstart](/packaging/installer/README.md#automatic-one-line-installation-script). This script will install the Netdata Agent, in case it isn't already installed, and connect your node to Netdata Cloud.
462
463
-This works with:
464
-* all Linux distributions, see [Netdata distribution support matrix](https://learn.netdata.cloud/docs/agent/packaging/distributions)
463
+This works with:
464
+* most Linux distributions, see [Netdata's platform support policy](/packaging/PLATFORM_SUPPORT.md)
465
* macOS
466
467
For details on how to run this script please check [How to connect a node](#how-to-connect-a-node) and choose your environment.
docs/guides/step-by-step/step-99.md
+1
-1
@@ -44,7 +44,7 @@ If that feels like too much possibility to you, why not one of these options:
44
- Share your experience with Netdata and this guide. Be sure to [@mention](https://twitter.com/linuxnetdata) us on
45
Twitter!
46
- Contribute to what we do. Browse our [open issues](https://github.com/netdata/netdata/issues) and check out out
47
- [contributions doc](/README.md#contribute) for ideas of how you can pitch in.
47
+ [contributions doc](https://learn.netdata.cloud/contribute/) for ideas of how you can pitch in.
48
49
We can't wait to see what you monitor next! Bon voyage! ⛵
50
packaging/installer/methods/kickstart.md
+1
-1
@@ -12,7 +12,7 @@ import { OneLineInstallWget, OneLineInstallCurl } from '../../../../../src/compo
12
This page covers detailed instructions on using and configuring the automatic one-line installation script named
13
`kickstart.sh`.
14
15
-The kickstart script works on all Linux distributions and macOS environments. By default, automatic nightly updates are enabled. If you are installing on macOS, make sure to check the [install documentation for macOS](packaging/installer/methods/macos.md) before continuing.
15
+The kickstart script works on all Linux distributions and macOS environments. By default, automatic nightly updates are enabled. If you are installing on macOS, make sure to check the [install documentation for macOS](macos.md) before continuing.
16
17
> If you are unsure whether you want nightly or stable releases, read the [installation guide](/packaging/installer/README.md#nightly-vs-stable-releases).
18
> If you want to turn off [automatic updates](/packaging/installer/README.md#automatic-updates), use the `--no-updates` option. You can find more installation options below.
packaging/installer/methods/macos.md
+1
-1
@@ -52,7 +52,7 @@ curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/n
52
```
53
The Netdata Agent is installed under `/usr/local/netdata` on your machine. Your machine will also show up as a node in your Netdata Cloud.
54
55
-If you experience issues while claiming your node, follow the steps in our [Troubleshooting](claim/README.md#troubleshooting) documentation.
55
+If you experience issues while claiming your node, follow the steps in our [Troubleshooting](/claim/README.md#troubleshooting) documentation.
56
## Install Netdata via Homebrew
57
58
To install Netdata and all its dependencies, run Homebrew using the following command: