summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-02 13:59:35 -0800
committerGitHub <noreply@github.com>2023-03-02 13:59:35 -0800
commit9fa56c07d13ad4e75c45cc4d3c356683a79e841a (patch)
treef174bd6e8adfac5c04c8de13096208225c2fb0fa /packaging
parent00e0dc9649e1f5f72a032609e07c0b852c04b41f (diff)
Fix links (#14651)
* Update kickstart.md fixlink * Update monitor-debug-applications-ebpf.md
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/methods/kickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/methods/kickstart.md b/packaging/installer/methods/kickstart.md
index 561641ca7d..eac3f7b9a5 100644
--- a/packaging/installer/methods/kickstart.md
+++ b/packaging/installer/methods/kickstart.md
@@ -109,7 +109,7 @@ The following options are mutually exclusive and specifiy special operations oth
- `--uninstall`: Uninstall an existing installation of Netdata. Fails if there is no existing install.
- `--claim-only`: If there is an existing install, only try to claim it without attempting to update it. If there is no existing install, install and claim Netdata normally.
- `--repositories-only`: Only install repository configuration packages instead of doing a full install of Netdata. Automatically sets --native-only.
-- `--prepare-offline-install-source`: Instead of insallling the agent, prepare a directory that can be used to install on another system without needing to download anything. See our [offline installation documentation](/packaging/installer/methods/offline.md) for more info.
+- `--prepare-offline-install-source`: Instead of insallling the agent, prepare a directory that can be used to install on another system without needing to download anything. See our [offline installation documentation](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/offline.md) for more info.
Additionally, the following environment variables may be used to further customize how the script runs (most users
should not need to use special values for any of these):