diff --git a/.changeset/fix-broken-docs-link.md b/.changeset/fix-broken-docs-link.md new file mode 100644 index 000000000..c3edf67db --- /dev/null +++ b/.changeset/fix-broken-docs-link.md @@ -0,0 +1,5 @@ +--- +"@asyncapi/cli": patch +--- + +Fix broken Git workflow link in DEVELOPMENT.md to point to the new docs location 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: