summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/GettingStarted.md6
-rwxr-xr-xdocs/generator/buildyaml.sh6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index b3d037bb07..cc58634f17 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -1,6 +1,6 @@
# Getting Started
-These are your first steps **after** you have installed netdata. If you haven't installed it already, please check the [installation page](../installer).
+These are your first steps **after** you have installed netdata. If you haven't installed it already, please check the [installation page](../packaging/installer).
## Accessing the dashboard
@@ -14,11 +14,11 @@ http://your.server.ip:19999/
**Verify Netdata is running.**
-Open an ssh session to the server and execute `sudo ps -e | grep netdata`. It should respond with the PID of the netdata daemon. If it prints nothing, Netdata is not running. Check the [installation page](../installer) to install it.
+Open an ssh session to the server and execute `sudo ps -e | grep netdata`. It should respond with the PID of the netdata daemon. If it prints nothing, Netdata is not running. Check the [installation page](../packaging/installer) to install it.
**Verify Netdata responds to HTTP requests.**
-Using the same ssh session, execute `curl -Ss http://localhost:19999`. It should dump on your screen the `index.html` page of the dashboard. If it does not, check the [installation page](../installer) to install it.
+Using the same ssh session, execute `curl -Ss http://localhost:19999`. It should dump on your screen the `index.html` page of the dashboard. If it does not, check the [installation page](../packaging/installer) to install it.
**Verify Netdata receives the HTTP requests.**
diff --git a/docs/generator/buildyaml.sh b/docs/generator/buildyaml.sh
index 1237943907..480476a92f 100755
--- a/docs/generator/buildyaml.sh
+++ b/docs/generator/buildyaml.sh
@@ -125,10 +125,10 @@ echo -ne " - 'docs/Why-Netdata.md'
- CHANGELOG.md
- CONTRIBUTING.md
- Installation:
- - 'installer/README.md'
+ - 'packaging/installer/README.md'
- 'packaging/docker/README.md'
- - 'installer/UPDATE.md'
- - 'installer/UNINSTALL.md'
+ - 'packaging/installer/UPDATE.md'
+ - 'packaging/installer/UNINSTALL.md'
- 'docs/GettingStarted.md'
- Running netdata:
- 'daemon/README.md'