From 8f9df82c33f288646067b3dc692df74b6bafa510 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Tue, 3 Mar 2026 19:15:51 +0000 Subject: [PATCH] Fix broken source workflow links for agentic-wiki-coder and agentic-wiki-writer The source workflow links in docs/agentic-wiki-coder.md and docs/agentic-wiki-writer.md pointed to github/gh-aw/.github/workflows/ but those files don't exist there. The correct location is within this repository at workflows/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/agentic-wiki-coder.md | 2 +- docs/agentic-wiki-writer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/agentic-wiki-coder.md b/docs/agentic-wiki-coder.md index d959686..c40553e 100644 --- a/docs/agentic-wiki-coder.md +++ b/docs/agentic-wiki-coder.md @@ -61,6 +61,6 @@ After editing the workflow file, run `gh aw compile` to update the compiled work ## Learn More -- [Agentic Wiki Coder source workflow](https://github.com/github/gh-aw/blob/main/.github/workflows/agentic-wiki-coder.md) +- [Agentic Wiki Coder source workflow](https://github.com/githubnext/agentics/blob/main/workflows/agentic-wiki-coder.md) - [Agentic Wiki Writer](agentic-wiki-writer.md) — the paired reverse workflow - [GitHub Wikis documentation](https://docs.github.com/en/communities/documenting-your-project-with-wikis) diff --git a/docs/agentic-wiki-writer.md b/docs/agentic-wiki-writer.md index af76d94..36b3290 100644 --- a/docs/agentic-wiki-writer.md +++ b/docs/agentic-wiki-writer.md @@ -57,6 +57,6 @@ After editing the workflow file, run `gh aw compile` to update the compiled work ## Learn More -- [Agentic Wiki Writer source workflow](https://github.com/github/gh-aw/blob/main/.github/workflows/agentic-wiki-writer.md) +- [Agentic Wiki Writer source workflow](https://github.com/githubnext/agentics/blob/main/workflows/agentic-wiki-writer.md) - [Agentic Wiki Coder](agentic-wiki-coder.md) — the paired reverse workflow - [GitHub Wikis documentation](https://docs.github.com/en/communities/documenting-your-project-with-wikis)