~aleteoryx/muditaos

c94a326c65f4b1384ba3f8082f212adc50964e0b — Wojtek Cichoń 5 years ago 8986c84
Fix links in dev workflow article (#1203)

Fixed links to commit message template and git hook
in developer workflow article.
1 files changed, 2 insertions(+), 2 deletions(-)

M doc/development_workflow.md
M doc/development_workflow.md => doc/development_workflow.md +2 -2
@@ 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