From 6daa3ad135ac0afdc9f5e89d1ec8b3f5c0012d31 Mon Sep 17 00:00:00 2001 From: Chris Bartholomew Date: Mon, 8 Dec 2025 16:59:57 -0500 Subject: [PATCH] docs: update documentation URL to custom domain (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update docs link from vectorize-io.github.io/hindsight to hindsight.vectorize.io. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5c9a9d..146b4076 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ with HindsightServer(llm_provider="openai", llm_model="gpt-4o-mini", llm_api_key ## Documentation -Full documentation: [vectorize-io.github.io/hindsight](https://vectorize-io.github.io/hindsight) +Full documentation: [hindsight.vectorize.io](https://hindsight.vectorize.io) ## Contributing