Skip to content

fix(docs): correct malformed Markdown link in Roadmap section#7756

Open
Arvuno wants to merge 1 commit into
microsoft:mainfrom
Arvuno:pr/mega-campaign-01/autogen-docs-link-fix
Open

fix(docs): correct malformed Markdown link in Roadmap section#7756
Arvuno wants to merge 1 commit into
microsoft:mainfrom
Arvuno:pr/mega-campaign-01/autogen-docs-link-fix

Conversation

@Arvuno
Copy link
Copy Markdown

@Arvuno Arvuno commented May 26, 2026

Fix: Malformed Markdown link in CONTRIBUTING.md Roadmap section

Issue

The Roadmap section in CONTRIBUTING.md contained a malformed Markdown link with extra brackets:

Before:

We use GitHub issues and milestones to track our roadmap. You can view the upcoming milestones [here]([Roadmap Issues](https://aka.ms/autogen-roadmap)).

After:

We use GitHub issues and milestones to track our roadmap. You can view the upcoming milestones at the [Roadmap Issues](https://aka.ms/autogen-roadmap).

What was wrong

The link text here was incorrectly wrapped in an additional set of brackets [here] before the actual link, causing the link to render incorrectly.

Fix applied

Removed the extra [here] wrapper so the link reads properly: "view the upcoming milestones at the Roadmap Issues."

The link was malformed - extra brackets wrapping the link text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant