Skip to content

Commit e859897

Browse files
Fix malformed Autoloop link in README (#308)
The link for Autoloop contained a nested markdown link as the URL target, which is invalid markdown syntax. Fixed to use the local relative path docs/autoloop.md, consistent with other workflow links in the same section. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7c7feb6 commit e859897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Investigate faults proactively and improve CI.
2828

2929
### Research, Status & Planning Workflows
3030

31-
- [🔄 Autoloop]([docs/autoloop.md](https://github.com/githubnext/autoloop)) - Loop anything in your repo to continuously research, develop and maintain
31+
- [🔄 Autoloop](docs/autoloop.md) - Loop anything in your repo to continuously research, develop and maintain
3232
- [📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
3333
- [📊 Weekly Issue Summary](docs/weekly-issue-summary.md) - Weekly issue activity report with trend charts and recommendations
3434
- [👥 Daily Repo Status](docs/daily-repo-status.md) - Assess repository activity and create status reports

0 commit comments

Comments
 (0)