@cryptotaxi247 / netdata-1 / commits / ad72a83af

fix(docs): unresolved file references (#12191)

Ilya Mashchenko committed Feb 21, 2022 at 12:27 UTC ad72a83afdd5fbd1075d1d1f3cc97edfdea4650e
3 files changed +5 -5
claim/README.md
+2 -2
@@ -308,7 +308,7 @@ If you run the kickstart script and get the following error `Existing install ap
308
309 If you are using an unsupported package, such as a third-party `.deb`/`.rpm` package provided by your distribution,
310 please remove that package and reinstall using our [recommended kickstart
311 -script](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended).
311 +script](/docs/get-started.mdx#install-on-linux-with-one-line-installer).
312
313 #### kickstart: Failed to write new machine GUID
314
@@ -328,7 +328,7 @@ Netdata to `/opt/netdata`, use `/opt/netdata/bin/netdata-claim.sh` to run the cl
328
329 If you are using an unsupported package, such as a third-party `.deb`/`.rpm` package provided by your distribution,
330 please remove that package and reinstall using our [recommended kickstart
331 -script](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended).
331 +script](/docs/get-started.mdx#install-on-linux-with-one-line-installer).
332
333 #### Connecting on older distributions (Ubuntu 14.04, Debian 8, CentOS 6)
334
docs/configure/nodes.md
+1 -1
@@ -19,7 +19,7 @@ anomaly, or change in infrastructure affects how their Agents should perform.
19 ## The Netdata config directory
20
21 On most Linux systems, using our [recommended one-line
22 -installation](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended), the **Netdata config
22 +installation](/docs/get-started.mdx#install-on-linux-with-one-line-installer), the **Netdata config
23 directory** is `/etc/netdata/`. The config directory contains several configuration files with the `.conf` extension, a
24 few directories, and a shell script named `edit-config`.
25
packaging/installer/methods/macos.md
+2 -2
@@ -12,13 +12,13 @@ You could also use a macOS system as the parent node in a [streaming configurati
12 You can install Netdata in one of the three following ways:
13
14 - **[Install Netdata with the our automatic one-line installation script (recommended)](#install-netdata-with-our-automatic-one-line-installation-script)**,
15 -- [Install Netdata via Homebrew](#install-netdata-with-the-homebrew-package)
15 +- [Install Netdata via Homebrew](#install-netdata-via-homebrew)
16 - [Install Netdata from source](#install-netdata-from-source)
17
18 Each of these installation option requires [Homebrew](https://brew.sh/) for handling dependencies.
19
20 > The Netdata Homebrew package is community-created and -maintained.
21 -> 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).
21 +> 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).
22
23 ## Install Netdata with our automatic one-line installation script
24