Fix links (#14651)
* Update kickstart.md fixlink * Update monitor-debug-applications-ebpf.md
Chris Akritidis committed
Mar 2, 2023 at 13:59 UTC
9fa56c07d13ad4e75c45cc4d3c356683a79e841a
2 files changed
+2
-2
docs/guides/troubleshoot/monitor-debug-applications-ebpf.md
+1
-1
@@ -86,7 +86,7 @@ to show other charts that will help you debug and troubleshoot how it interacts
86
87
## Configure the eBPF collector to monitor errors
88
89
-The eBPF collector has [two possible modes](/collectors/ebpf.plugin#ebpf-load-mode): `entry` and `return`. The default
89
+The eBPF collector has [two possible modes](https://github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md#ebpf-load-mode): `entry` and `return`. The default
90
is `entry`, and only monitors calls to kernel functions, but the `return` also monitors and charts _whether these calls
91
return in error_.
92
packaging/installer/methods/kickstart.md
+1
-1
@@ -109,7 +109,7 @@ The following options are mutually exclusive and specifiy special operations oth
109
- `--uninstall`: Uninstall an existing installation of Netdata. Fails if there is no existing install.
110
- `--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.
111
- `--repositories-only`: Only install repository configuration packages instead of doing a full install of Netdata. Automatically sets --native-only.
112
-- `--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.
112
+- `--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.
113
114
Additionally, the following environment variables may be used to further customize how the script runs (most users
115
should not need to use special values for any of these):