From fdeb4cf152d7888df15aa74b1f43fecf21196512 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 10 Nov 2023 16:34:32 +0100
Subject: [PATCH] template-readme: add docs url

---
 docker/templates/readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/templates/readme.md b/docker/templates/readme.md
index 34c2c57..8a37d97 100644
--- a/docker/templates/readme.md
+++ b/docker/templates/readme.md
@@ -5,3 +5,5 @@
 * in the first line must be a line `# TARGET: [name of target file]` to define the target file
 * Placeholdrs have the syntax variable in double brackets, i.e. `{{VARNAME}}`
 * variables to be replaced are those in docker/init.sh.cfg and `{{genrator}}`
+
+see <https://os-docs.iml.unibe.ch/docker-php-starterkit/Configuration/Templates.html>
-- 
GitLab