From c9ecc17611140b9d3be62179192731c22c2a0b70 Mon Sep 17 00:00:00 2001
From: Romain Deville <code@romaindeville.fr>
Date: Thu, 29 Apr 2021 12:24:06 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=F0=9F=93=9D=20Fix=20path=20to=20as?=
 =?UTF-8?q?sets=20in=20documentation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/personal_template/create.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/personal_template/create.md b/docs/personal_template/create.md
index eb9ad64..89941a4 100644
--- a/docs/personal_template/create.md
+++ b/docs/personal_template/create.md
@@ -38,9 +38,9 @@ git clone git@gitdomain.tld:namespace/mkdocs_template.git.
 ```
 
 [mkdocs_template_repo]: {{ git_platform.url }}{{ curr_repo.git_slug_with_namespace }}
-[fork_mkdocs_template]: /assets/img/fork_main_repo.png
-[fork_mkdocs_template_dest]: /assets/img/fork_dest_namespace.png
-[fork_mkdocs_template_finish]: /assets/img/fork_finish.png
+[fork_mkdocs_template]: ../assets/img/fork_main_repo.png
+[fork_mkdocs_template_dest]: ../assets/img/fork_dest_namespace.png
+[fork_mkdocs_template_finish]: ../assets/img/fork_finish.png
 
 ## Add the content of your template
 
-- 
GitLab