From 7cf6e03f4e4e09e64077669ebe53857a24cca564 Mon Sep 17 00:00:00 2001 From: Joel Hans Date: Fri, 20 Nov 2020 13:36:58 -0700 Subject: Document the Agent reinstallation process (#10270) * Set up the reinstall doc * Building out reinstall page, tweaks * Finish up reinstallation doc * Fix one link * Fix broken links --- docs/guides/step-by-step/step-09.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/guides') diff --git a/docs/guides/step-by-step/step-09.md b/docs/guides/step-by-step/step-09.md index c80781bf0d..8397a96d12 100644 --- a/docs/guides/step-by-step/step-09.md +++ b/docs/guides/step-by-step/step-09.md @@ -116,9 +116,10 @@ use netdata db.createCollection("netdata_metrics") ``` -Next, Netdata needs to be reinstalled in order to detect that the required libraries to make this exporting connection -exist. Since you most likely installed Netdata using the one-line installer script, all you have to do is run that -script again. Don't worry—any configuration changes you made along the way will be retained! +Next, Netdata needs to be [reinstalled](/packaging/installer/REINSTALL.md) in order to detect that the required +libraries to make this exporting connection exist. Since you most likely installed Netdata using the one-line installer +script, all you have to do is run that script again. Don't worry—any configuration changes you made along the way will +be retained! ```bash bash <(curl -Ss https://my-netdata.io/kickstart.sh) -- cgit v1.2.3