From 1f00241cfc986ec8357756d26346f33dfba610ff Mon Sep 17 00:00:00 2001 From: useye <129636877+useye@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:54:03 +0800 Subject: [PATCH] fix: correct broken link to git-workflow.md in DEVELOPMENT.md (#1962) --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 09f9175ef..97d8ad076 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,7 +13,7 @@ git clone https://github.com/{your_username}/cli.git cd cli ``` -After cloning the repository, you should setup the fork properly and configure the `remote` repository as described [here](https://github.com/asyncapi/community/blob/master/git-workflow.md) +After cloning the repository, you should setup the fork properly and configure the `remote` repository as described [here](https://github.com/asyncapi/community/blob/master/docs/010-contribution-guidelines/git-workflow.md) 2. Install dependencies: