From c957bcd3e0167ce574ae03ef3c038bb12eb9894b Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Wed, 16 Aug 2017 18:34:01 +0200 Subject: [PATCH] Add links to Dockerfiles --- .examples/README.md | 6 +++--- 1 file 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