summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-02 13:21:10 -0800
committerGitHub <noreply@github.com>2023-03-02 13:21:10 -0800
commit00e0dc9649e1f5f72a032609e07c0b852c04b41f (patch)
tree7344ba2964c01f1936dd4112388e462a6bf4db65 /packaging
parent021e252fc5d18a7225c0f4c975b3281016861d3c (diff)
Fix doc links (#14650)
* Update freebsd.md * Update REFERENCE.md * Update README.md * Update COLLECTORS.md
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/methods/freebsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/methods/freebsd.md b/packaging/installer/methods/freebsd.md
index beb6826a19..0b31983429 100644
--- a/packaging/installer/methods/freebsd.md
+++ b/packaging/installer/methods/freebsd.md
@@ -113,7 +113,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):