fix(docs): update broken Git workflow link in DEVELOPMENT.md#2055
fix(docs): update broken Git workflow link in DEVELOPMENT.md#2055chengyixu wants to merge 2 commits intoasyncapi:masterfrom
Conversation
The [here] link pointing to the Git workflow guide was returning a 404 because the file was moved from the repository root to docs/010-contribution-guidelines/. Updated the URL to point to the correct location. Fixes asyncapi#1962 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 7b3ebf7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
Hi team! All CI checks are green and this is ready for review. It's a small docs fix for a broken link in DEVELOPMENT.md. Would love a review when you have a moment. Thanks! |
|
Friendly ping @AayushSaini101 @Shurtu-gal — this is a tiny docs fix (1 line change) that resolves a 404 link in DEVELOPMENT.md. All checks are green. Would love a quick review! |
|
Hi @asyncapi/cli-maintainers! Small docs fix — updates a broken Git workflow link in DEVELOPMENT.md. CI is passing. Would love a quick review! |
|
Hi @asyncapi/cli-maintainers! Following up on this small docs fix — updates a single broken link in DEVELOPMENT.md that returns 404. The fix has been open since March 18th, CI is passing (SonarCloud green, all checks passed). One-line change, no functional impact. Would really appreciate a quick merge! Thank you. |



Summary
[here]link in DEVELOPMENT.md that was pointing to the old location of the Git workflow guidegit-workflow.md(repo root) todocs/010-contribution-guidelines/git-workflow.md, causing a 404Changes
https://github.com/asyncapi/community/blob/master/git-workflow.mdtohttps://github.com/asyncapi/community/blob/master/docs/010-contribution-guidelines/git-workflow.mdVerification
Fixes #1962