summaryrefslogtreecommitdiffstats
path: root/backends/WALKTHROUGH.md
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-12-19 12:08:40 +0100
committerGitHub <noreply@github.com>2018-12-19 12:08:40 +0100
commit545aa974552f45ecd7950dbd53ec36bae60fb838 (patch)
treefdd6fd4d4b6c1a014510f208b9fb64135465f00b /backends/WALKTHROUGH.md
parentf4fbf2136326aa9469b327e9f0a3d0702da731cb (diff)
Move installer dir under packaging (#5009)
* move installer dir under packaging * fix docs creation * uninstaller is broken and fix will be created in #5031 * fix links in docs
Diffstat (limited to 'backends/WALKTHROUGH.md')
-rw-r--r--backends/WALKTHROUGH.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/WALKTHROUGH.md b/backends/WALKTHROUGH.md
index 0c24d08c23..0c330ee1a3 100644
--- a/backends/WALKTHROUGH.md
+++ b/backends/WALKTHROUGH.md
@@ -67,7 +67,7 @@ chooses the base container images (centos:latest). After running this you should
be sitting inside the shell of the container.
After we have entered the shell we can install Netdata. This process could not
-be easier. If you take a look at [this link](../installer/#installation), the Netdata devs give us
+be easier. If you take a look at [this link](../packaging/installer/#installation), the Netdata devs give us
several one-liners to install netdata. I have not had any issues with these one
liners and their bootstrapping scripts so far (If you guys run into anything do
share). Run the following command in your container.