Skip to content

Commit 2eebadf

Browse files
github-actions[bot]GitHub CopilotCopilotdsyme
authored
Fix broken source workflow links for agentic-wiki-coder and agentic-wiki-writer (#231)
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: GitHub Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
1 parent 6b96e5c commit 2eebadf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/agentic-wiki-coder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ After editing the workflow file, run `gh aw compile` to update the compiled work
6161

6262
## Learn More
6363

64-
- [Agentic Wiki Coder source workflow](https://github.com/github/gh-aw/blob/main/.github/workflows/agentic-wiki-coder.md)
64+
- [Agentic Wiki Coder source workflow](https://github.com/githubnext/agentics/blob/main/workflows/agentic-wiki-coder.md)
6565
- [Agentic Wiki Writer](agentic-wiki-writer.md) — the paired reverse workflow
6666
- [GitHub Wikis documentation](https://docs.github.com/en/communities/documenting-your-project-with-wikis)

docs/agentic-wiki-writer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ After editing the workflow file, run `gh aw compile` to update the compiled work
5757

5858
## Learn More
5959

60-
- [Agentic Wiki Writer source workflow](https://github.com/github/gh-aw/blob/main/.github/workflows/agentic-wiki-writer.md)
60+
- [Agentic Wiki Writer source workflow](https://github.com/githubnext/agentics/blob/main/workflows/agentic-wiki-writer.md)
6161
- [Agentic Wiki Coder](agentic-wiki-coder.md) — the paired reverse workflow
6262
- [GitHub Wikis documentation](https://docs.github.com/en/communities/documenting-your-project-with-wikis)

0 commit comments

Comments
 (0)