From c94a326c65f4b1384ba3f8082f212adc50964e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Cicho=C5=84?= Date: Wed, 16 Dec 2020 13:10:07 +0100 Subject: [PATCH] Fix links in dev workflow article (#1203) Fixed links to commit message template and git hook in developer workflow article. --- doc/development_workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development_workflow.md b/doc/development_workflow.md index 25df6ba09a3f1839f3965038107606764b1b41b9..003150389023c51c88504f60976c8604cd3a3d73 100644 --- a/doc/development_workflow.md +++ b/doc/development_workflow.md @@ -43,8 +43,8 @@ Here's [a helpful article about writing good Git commit messages](https://chris. You can add a commit template and hook that will help with proper defining both branch name and a message title: -- [commit message template](./doc/quickstart.md#commit-message-template) -- [commit message hook](./doc/quickstart.md#commit-message-hook) +- [commit message template](quickstart.md#commit-message-template) +- [commit message hook](quickstart.md#commit-message-hook) ## Basic checks before Pull Request