summaryrefslogtreecommitdiffstats
path: root/docs/guides
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-11-20 13:36:58 -0700
committerGitHub <noreply@github.com>2020-11-20 13:36:58 -0700
commit7cf6e03f4e4e09e64077669ebe53857a24cca564 (patch)
treedf56324d60ebb16544cb4fb47f92a937e5dc0436 /docs/guides
parentc6a84c4cde21db3d504c3efafa203d29cd5d4ebc (diff)
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
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/step-by-step/step-09.md7
1 files changed, 4 insertions, 3 deletions
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)