From b31e58a93bc48fd0e87da0b83b0462389a5cf632 Mon Sep 17 00:00:00 2001 From: Romain Deville <code@romaindeville.fr> Date: Thu, 13 May 2021 10:53:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20documentation=20link=20?= =?UTF-8?q?in=20contributing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/about/contributing.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/about/contributing.md b/docs/about/contributing.md index 50e515e..a71d0fb 100644 --- a/docs/about/contributing.md +++ b/docs/about/contributing.md @@ -1,5 +1,6 @@ {% set curr_repo=subs("mkdocs_template") %} + <!-- BEGIN MKDOCS TEMPLATE --> <!-- WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG ! @@ -40,9 +41,9 @@ my projects. There you will find: * [Contributing workflow][contributing_workflow], which provide an example of the workflow I used for the development. -[developers_guides]: {{ site_base_url }}/dev_guides/index.html -[syntax_guide]: {{ site_base_url }}/dev_guides/style_guides/index.html -[contributing_workflow]: {{ site_base_url }}/dev_guides/contributing_workflow.html +[developers_guides]: {{ site_base_url }}/latest/dev_guides/index.html +[syntax_guide]: {{ site_base_url }}/latest/dev_guides/style_guides/index.html +[contributing_workflow]: {{ site_base_url }}/latest/dev_guides/developer_guidelines.html ## Community @@ -52,3 +53,4 @@ conduct][code_of_conduct]. [code_of_conduct]: code_of_conduct.md <!-- END MKDOCS TEMPLATE --> + -- GitLab