From ecd3db227328b5604961828208e2f07f55702582 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 26 May 2026 19:09:20 +0000 Subject: [PATCH] fix(docs): correct malformed link in Roadmap section The link was malformed - extra brackets wrapping the link text. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba1168b608d6..6e7d78103d8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ For common tasks that are helpful during development and run in CI, see [here](. ## Roadmap -We use GitHub issues and milestones to track our roadmap. You can view the upcoming milestones [here]([Roadmap Issues](https://aka.ms/autogen-roadmap)). +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). ## Versioning