From 3e48386c6e9741fe160c4bb05b9d39d5be83fe7f Mon Sep 17 00:00:00 2001 From: 0xMALVEE Date: Wed, 22 May 2024 02:09:15 +0600 Subject: [PATCH] git_workflow filename correction Signed-off-by: 0xMALVEE --- docs/contrib/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/contrib/development.md diff --git a/docs/contrib/development.md b/docs/contrib/development.md old mode 100644 new mode 100755 index 27e2d6c103..b0a7c993c2 --- a/docs/contrib/development.md +++ b/docs/contrib/development.md @@ -73,7 +73,7 @@ As described in the [Testing documentation](../../tests/TESTING.md), all the smo These topics already have been addressed on their respective documents: -- [Git Workflow](./git-workflow.md) +- [Git Workflow](./git_workflow.md) - [Building](../../BUILDING.md) - [Testing](../../tests/TESTING.md)