summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-29 00:47:14 +0200
committerGitHub <noreply@github.com>2018-11-29 00:47:14 +0200
commit03cd5be53af1a9255b5ed69d591bc8017267b9f0 (patch)
treee110bd1a32806d87a26db4c206a3c250d7d1ec81 /README.md
parent83ad4ca38ba9a1975f0bda16cb4e39a839f13513 (diff)
Cleanup docker packaging and contrib (#4627)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 82bb8b6f87..995a1c4b33 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ docker run -d --name=netdata \
netdata/netdata
```
-For more information about running netdata in docker, check the [docker installation page](docker/).
+For more information about running netdata in docker, check the [docker installation page](packaging/docker/).
![image](https://user-images.githubusercontent.com/2662304/48304090-fd384080-e51b-11e8-80ae-eecb03118dda.png)
@@ -463,7 +463,7 @@ Here is a quick list:
Directory|Description
:---|:---
[`installer`](installer/)|Instructions to install netdata on your systems.
-[`docker`](docker/)|Instructions to install netdata using docker.
+[`docker`](packaging/docker/)|Instructions to install netdata using docker.
[`daemon`](daemon/)|Information about the netdata daemon and its configuration.
[`collectors`](collectors/)|Information about data collection plugins.
[`health`](health/)|How netdata's health monitoring works, how to create your own alarms and how to configure alarm notification methods.