From 54d19620ed5d674277e72895b40fdad32048813c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:53:29 +0000 Subject: [PATCH] Fix malformed markdown link for Autoloop in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Autoloop entry had nested markdown link syntax which is invalid: [🔄 Autoloop]([docs/autoloop.md](https://github.com/githubnext/autoloop)) Fixed to use the local docs path consistently with other entries: [🔄 Autoloop](docs/autoloop.md) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 640133e..f29fce9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Investigate faults proactively and improve CI. ### Research, Status & Planning Workflows -- [🔄 Autoloop]([docs/autoloop.md](https://github.com/githubnext/autoloop)) - Loop anything in your repo to continuously research, develop and maintain +- [🔄 Autoloop](docs/autoloop.md) - Loop anything in your repo to continuously research, develop and maintain - [📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends - [📊 Weekly Issue Summary](docs/weekly-issue-summary.md) - Weekly issue activity report with trend charts and recommendations - [👥 Daily Repo Status](docs/daily-repo-status.md) - Assess repository activity and create status reports