From 9099b207352a7c4220136846034f9d9a31024174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBeeRad=E2=80=9D?= Date: Mon, 2 Feb 2026 15:21:52 +1100 Subject: [PATCH] fix: correct docs URL to ra-h.app/docs/open-source --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de05eb..e7d43c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A local SQLite database with a UI for storing knowledge, and an MCP server so your AI tools can read/write to it. -**Full documentation:** [ra-h.com/docs](https://ra-h.com/docs) +**Full documentation:** [ra-h.app/docs/open-source](https://ra-h.app/docs/open-source) --- @@ -136,7 +136,7 @@ JOIN nodes n2 ON e.to_node_id = n2.id LIMIT 10; ``` -See [ra-h.com/docs/schema](https://ra-h.com/docs/schema) for full schema documentation. +See [ra-h.app/docs/open-source](https://ra-h.app/docs/open-source) for full schema documentation. --- @@ -163,6 +163,6 @@ Without sqlite-vec, everything works except semantic/vector search. ## More -- **Full docs:** [ra-h.com/docs](https://ra-h.com/docs) +- **Full docs:** [ra-h.app/docs/open-source](https://ra-h.app/docs/open-source) - **Issues:** [github.com/bradwmorris/ra-h_os/issues](https://github.com/bradwmorris/ra-h_os/issues) - **License:** MIT