From 6a8445ed13eb7372c39527cd08a23d9be0da509d Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Wed, 8 Apr 2026 13:41:03 -0600 Subject: [PATCH] Fix README wiki links to use absolute URLs Relative /wiki/ paths resolve against the Forgejo root, not the repo. Use full URLs so links work from the repo README page. Co-Authored-By: Claude Haiku 4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf3d53d..3a7e17e 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ marchwarden replay ## Documentation -- **[Architecture](/wiki/Architecture)** — system design, researcher contract, MCP flow -- **[Development Guide](/wiki/DevelopmentGuide)** — setup, running tests, debugging -- **[Research Contract](/wiki/ResearchContract)** — the `research()` tool specification +- **[Architecture](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/wiki/Architecture)** — system design, researcher contract, MCP flow +- **[Development Guide](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/wiki/DevelopmentGuide)** — setup, running tests, debugging +- **[Research Contract](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/wiki/ResearchContract)** — the `research()` tool specification - **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow ## Status