From b7f542b1483d3a1c0c7176f56c03fc4d0d404686 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 20 May 2026 17:00:40 +0300 Subject: [PATCH] fix README links and stale MkDocs reference --- .gitignore | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8bd916..291aa0ef 100644 --- a/.gitignore +++ b/.gitignore @@ -29,5 +29,5 @@ DEVNOTES.md .mcpregistry_github_token .mcpregistry_registry_token -# MkDocs site directory when doing local docs builds +# zensical site directory when doing local docs builds site/ diff --git a/README.md b/README.md index 2fc01f19..22290658 100644 --- a/README.md +++ b/README.md @@ -133,12 +133,11 @@ See the [examples directory](examples/) for working examples: Full documentation at: https://ggozad.github.io/haiku.rag/ - [Installation](https://ggozad.github.io/haiku.rag/installation/) - Provider setup -- [Architecture](https://ggozad.github.io/haiku.rag/architecture/) - System overview - [Configuration](https://ggozad.github.io/haiku.rag/configuration/) - YAML configuration - [CLI](https://ggozad.github.io/haiku.rag/cli/) - Command reference - [Python API](https://ggozad.github.io/haiku.rag/python/) - Complete API docs - [Skills](https://ggozad.github.io/haiku.rag/skills/) - The RAG and analysis skills the client wraps -- [Analysis](https://ggozad.github.io/haiku.rag/agents/analysis/) - Complex analytical tasks via code execution +- [Analysis skill](https://ggozad.github.io/haiku.rag/skills/analysis/) - Complex analytical tasks via code execution - [Applications](https://ggozad.github.io/haiku.rag/apps/) - Chat TUI, web app, and inspector - [Server](https://ggozad.github.io/haiku.rag/server/) - File monitoring and MCP - [MCP](https://ggozad.github.io/haiku.rag/mcp/) - Model Context Protocol integration