Update Developer guide - edit Creating a branch link authored by Bouvry Arnaud's avatar Bouvry Arnaud
......@@ -2,6 +2,7 @@
title: Developer guide
---
# IMPORTANT
If you have a local clone of the repository that **predates Feb. 19th, 2025, you must absolutely make a new clone**.
......@@ -176,7 +177,7 @@ Before starting development, make sure to read the next sections.
The online repository has rules on the format of commit messages as well as branch names.
## Branch name rule
See "Creating a branch" section.
See [Creating the branch and merge request](#creating-the-branch-and-merge-request).
## Commit rule
This rule exists to prevent cryptic commit messages, often pushed when in a rush and thus degrading the traceability of the commits in the repository's history.
......
......