From 79becb21ec1300aee82502dabe56845f297695ad Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Wed, 8 Apr 2026 12:07:29 -0600 Subject: [PATCH] Fix README: correct clone URL and wiki link paths - Update clone URL to archeious/marchwarden (was claude-code) - Fix wiki links to use /wiki/ routes instead of docs/wiki/ source paths - Fix issue link to correct repo Co-Authored-By: Claude Haiku 4.5 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01985c1..cf3d53d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Marchwarden researchers are stationed at the frontier of knowledge — they watc ```bash # Clone -git clone https://forgejo.labbity.unbiasedgeek.com/claude-code/marchwarden.git +git clone https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden.git cd marchwarden # Install @@ -26,14 +26,14 @@ marchwarden replay ## Documentation -- **[Architecture](docs/wiki/Architecture.md)** — system design, researcher contract, MCP flow -- **[Development Guide](docs/wiki/DevelopmentGuide.md)** — setup, running tests, debugging -- **[Research Contract](docs/wiki/ResearchContract.md)** — the `research()` tool specification +- **[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 - **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow ## Status -- V1 scope: [Issue #1](https://forgejo.labbity.unbiasedgeek.com/claude-code/marchwarden/issues/1) +- V1 scope: [Issue #1](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/issues/1) - Branch: `main` (development) - Tests: `pytest tests/`