diff --git a/docs/about/contributing.md b/docs/about/contributing.md index 50e515e47b16f24be2abd0fe2a017621e19afeb7..a71d0fbfab70468f99593fcba53c5d761dcb49b2 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 --> +