From 94e0479454dbdefb4726d0d0696f9682446d79d7 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 1 Mar 2026 08:27:57 +0000 Subject: [PATCH] Fix README doc links: use absolute GitHub URLs Relative links like docs/roadmap.md don't resolve correctly on crates.io where the README is referenced via ../README.md from core/ and cli/ Cargo.toml. Convert to absolute GitHub URLs so links work on all platforms. https://claude.ai/code/session_01SfbGuWUPZb64o9YzJn7rQ8 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0cd5fc5..604b773 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Scaffolded projects include: **v0.23.1** — 2346 TS (Node) + 2349 (V8) + 387 Rust tests passing. -**Next:** See [roadmap](docs/roadmap.md) backlog. +**Next:** See [roadmap](https://github.com/jsvd/arcane/blob/main/docs/roadmap.md) backlog. ## Development @@ -155,11 +155,11 @@ cargo check --no-default-features # Verify headless ## Documentation -- [Architecture](docs/architecture.md) — Two-layer design, Rust core, TypeScript runtime -- [API Design](docs/api-design.md) — Naming conventions, error handling -- [Glossary](docs/glossary.md) — Canonical definitions for all terms -- [Roadmap](docs/roadmap.md) — Development plan and backlog -- [Contributing](CONTRIBUTING.md) — How to contribute (humans and agents) +- [Architecture](https://github.com/jsvd/arcane/blob/main/docs/architecture.md) — Two-layer design, Rust core, TypeScript runtime +- [API Design](https://github.com/jsvd/arcane/blob/main/docs/api-design.md) — Naming conventions, error handling +- [Glossary](https://github.com/jsvd/arcane/blob/main/docs/glossary.md) — Canonical definitions for all terms +- [Roadmap](https://github.com/jsvd/arcane/blob/main/docs/roadmap.md) — Development plan and backlog +- [Contributing](https://github.com/jsvd/arcane/blob/main/CONTRIBUTING.md) — How to contribute (humans and agents) ## License