Minor fixes for markdown links (#14415)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Feb 2, 2023 at 17:16 UTC
669e4784e1b355e8d2576516928dbd95ec3b565a
3 files changed
+6
-5
collectors/REFERENCE.md
+4
-3
@@ -61,7 +61,7 @@ sudo su -s /bin/bash netdata
61
The next step is based on the collector's orchestrator. You can figure out which orchestrator the collector uses by
62
63
uses either
64
-by viewing the [collectors list](COLLECTORS.md) and referencing the _configuration file_ field. For example, if that
64
+by viewing the [collectors list](https://github.com/netdata/netdata/blob/master/collectors/COLLECTORS.md) and referencing the _configuration file_ field. For example, if that
65
field contains `go.d`, that collector uses the Go orchestrator.
66
67
```bash
@@ -108,7 +108,7 @@ This section features a list of Netdata's plugins, with a boolean setting to ena
108
By default, most plugins are enabled, so you don't need to enable them explicitly to use their collectors. To enable or
109
disable any specific plugin, remove the comment (`#`) and change the boolean setting to `yes` or `no`.
110
111
-All **external plugins** are managed by [plugins.d](plugins.d/README.md), which provides additional management options.
111
+All **external plugins** are managed by [plugins.d](https://github.com/netdata/netdata/blob/master/collectors/plugins.d/README.md), which provides additional management options.
112
113
## Internal plugins
114
@@ -165,7 +165,8 @@ through this, is to examine what other similar plugins do.
165
166
## External Plugins
167
168
-**External plugins** use the API and are managed by [plugins.d](plugins.d/README.md).
168
+**External plugins** use the API and are managed
169
+by [plugins.d](https://github.com/netdata/netdata/blob/master/collectors/plugins.d/README.md).
170
171
## Write a custom collector
172
packaging/installer/methods/kickstart.md
+1
-1
@@ -16,7 +16,7 @@ import { OneLineInstallWget, OneLineInstallCurl } from '@site/src/components/One
16
This page covers detailed instructions on using and configuring the automatic one-line installation script named
17
`kickstart.sh`.
18
19
-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.
19
+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](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/macos.md) before continuing.
20
21
> If you are unsure whether you want nightly or stable releases, read the [installation guide](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#nightly-vs-stable-releases).
22
> If you want to turn off [automatic updates](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#automatic-updates), use the `--no-updates` option. You can find more installation options below.
packaging/installer/methods/manual.md
+1
-1
@@ -207,7 +207,7 @@ cd netdata
207
- `--no-updates`: Prevent automatic updates of any kind.
208
- `--reinstall`: If an existing install is detected, reinstall instead of trying to update it. Note that this
209
cannot be used to change installation types.
210
-- `--local-files`: Used for [offline installations](offline.md). Pass four file paths: the Netdata
210
+- `--local-files`: Used for [offline installations](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/offline.md). Pass four file paths: the Netdata
211
tarball, the checksum file, the go.d plugin tarball, and the go.d plugin config tarball, to force kickstart run the
212
process using those files. This option conflicts with the `--stable-channel` option. If you set this _and_
213
`--stable-channel`, Netdata will use the local files.