summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-08-16 18:34:01 +0200
committerTilo Spannagel <development@tilosp.de>2017-09-27 13:29:14 +0200
commitc957bcd3e0167ce574ae03ef3c038bb12eb9894b (patch)
tree06a17fe089909afa4bbae8d6e31078e082ec869c /.examples
parentd14e45155a29e5b662512b2ef5db6cfac4cfef79 (diff)
Add links to Dockerfiles
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.examples/README.md b/.examples/README.md
index d240499e..c0a3f1d2 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -13,9 +13,9 @@ The Dockerfiles use the default images as base image and build on top of it.
Example | Description
------- | -------
-[cron]() | uses supervisor to run the cron job inside the container (so no extra container is needed).
-[imap]() | adds dependencies required to authenticate users via imap
-[smb]() | adds dependencies required to use smb shares
+[cron](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron) | uses supervisor to run the cron job inside the container (so no extra container is needed).
+[imap](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/imap) | adds dependencies required to authenticate users via imap
+[smb](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/smb) | adds dependencies required to use smb shares