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 <noreply@anthropic.com>
This commit is contained in:
parent
79becb21ec
commit
6a8445ed13
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@ marchwarden replay <trace_id>
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- **[Architecture](/wiki/Architecture)** — system design, researcher contract, MCP flow
|
- **[Architecture](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/wiki/Architecture)** — system design, researcher contract, MCP flow
|
||||||
- **[Development Guide](/wiki/DevelopmentGuide)** — setup, running tests, debugging
|
- **[Development Guide](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/wiki/DevelopmentGuide)** — setup, running tests, debugging
|
||||||
- **[Research Contract](/wiki/ResearchContract)** — the `research()` tool specification
|
- **[Research Contract](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/wiki/ResearchContract)** — the `research()` tool specification
|
||||||
- **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow
|
- **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue