From 1cde38e2da8d02ae722c95a1a499c7b1ad76a7f8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 Mar 2020 12:58:47 +0100 Subject: [PATCH] move template to sub directory --- template.md => doc/template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename template.md => doc/template.md (87%) diff --git a/template.md b/doc/template.md similarity index 87% rename from template.md rename to doc/template.md index 8a9aeb7..bc86c32 100644 --- a/template.md +++ b/doc/template.md @@ -1,7 +1,7 @@ Script `template` ================= -[◀ Go back to main README](README.md) +[◀ Go back to main README](../README.md) Description ----------- @@ -42,6 +42,5 @@ See also * ... --- -[◀ Go back to main README](README.md) - +[◀ Go back to main README](../README.md) [▲ Go back to top](#top)