Skip to content

Fix broken paper links in docs/SELF_LEARNING_AGENTS.md#3

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-wrong-paths
Draft

Fix broken paper links in docs/SELF_LEARNING_AGENTS.md#3
Copilot wants to merge 2 commits intomainfrom
copilot/fix-wrong-paths

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

The self-learning agents summary linked papers via research/self-learning-agents/..., which resolves incorrectly from docs/SELF_LEARNING_AGENTS.md and leaves the references broken. This updates the report to point at the actual paper notes under docs/self-learning-agents/....

  • Link path correction

    • Rewrote every [paper](...) link in docs/SELF_LEARNING_AGENTS.md from the nonexistent research/self-learning-agents/... path to the correct sibling path under self-learning-agents/....
  • Referenced paper notes

    • Included the docs/self-learning-agents/ paper-note subtree so the corrected links resolve to the expected PAPER.md targets from the report.
  • Example

    - [paper](research/self-learning-agents/evotest/PAPER.md)
    + [paper](self-learning-agents/evotest/PAPER.md)

Copilot AI changed the title [WIP] Fix broken links in self-learning agents documentation Fix broken paper links in docs/SELF_LEARNING_AGENTS.md Apr 16, 2026
Copilot AI requested a review from droxey April 16, 2026 21:23
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.

**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Point paper links to docs/self-learning-agents**

2 participants