summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--claim/README.md4
-rw-r--r--docs/configure/nodes.md2
-rw-r--r--packaging/installer/methods/macos.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/claim/README.md b/claim/README.md
index 72f32bb617..0570bfefd6 100644
--- a/claim/README.md
+++ b/claim/README.md
@@ -308,7 +308,7 @@ If you run the kickstart script and get the following error `Existing install ap
If you are using an unsupported package, such as a third-party `.deb`/`.rpm` package provided by your distribution,
please remove that package and reinstall using our [recommended kickstart
-script](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended).
+script](/docs/get-started.mdx#install-on-linux-with-one-line-installer).
#### kickstart: Failed to write new machine GUID
@@ -328,7 +328,7 @@ Netdata to `/opt/netdata`, use `/opt/netdata/bin/netdata-claim.sh` to run the cl
If you are using an unsupported package, such as a third-party `.deb`/`.rpm` package provided by your distribution,
please remove that package and reinstall using our [recommended kickstart
-script](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended).
+script](/docs/get-started.mdx#install-on-linux-with-one-line-installer).
#### Connecting on older distributions (Ubuntu 14.04, Debian 8, CentOS 6)
diff --git a/docs/configure/nodes.md b/docs/configure/nodes.md
index 8399e89d9e..02cf6f0529 100644
--- a/docs/configure/nodes.md
+++ b/docs/configure/nodes.md
@@ -19,7 +19,7 @@ anomaly, or change in infrastructure affects how their Agents should perform.
## The Netdata config directory
On most Linux systems, using our [recommended one-line
-installation](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended), the **Netdata config
+installation](/docs/get-started.mdx#install-on-linux-with-one-line-installer), the **Netdata config
directory** is `/etc/netdata/`. The config directory contains several configuration files with the `.conf` extension, a
few directories, and a shell script named `edit-config`.
diff --git a/packaging/installer/methods/macos.md b/packaging/installer/methods/macos.md
index 1ff5da6b44..7257e1a60f 100644
--- a/packaging/installer/methods/macos.md
+++ b/packaging/installer/methods/macos.md
@@ -12,13 +12,13 @@ You could also use a macOS system as the parent node in a [streaming configurati
You can install Netdata in one of the three following ways:
- **[Install Netdata with the our automatic one-line installation script (recommended)](#install-netdata-with-our-automatic-one-line-installation-script)**,
-- [Install Netdata via Homebrew](#install-netdata-with-the-homebrew-package)
+- [Install Netdata via Homebrew](#install-netdata-via-homebrew)
- [Install Netdata from source](#install-netdata-from-source)
Each of these installation option requires [Homebrew](https://brew.sh/) for handling dependencies.
> The Netdata Homebrew package is community-created and -maintained.
-> Community-maintained packages _may_ receive support from Netdata, but are only a best-effort affair. Learn more about [Netdata's platform support policy](/packaging/platform_support).
+> Community-maintained packages _may_ receive support from Netdata, but are only a best-effort affair. Learn more about [Netdata's platform support policy](/packaging/PLATFORM_SUPPORT.md).
## Install Netdata with our automatic one-line installation script