From ef44b455ab28ad1a0b349791ca9bf34ee3d7b8df Mon Sep 17 00:00:00 2001 From: shin-bot-litellm Date: Sun, 1 Feb 2026 01:42:40 +0000 Subject: [PATCH] docs: fix dead links in v1.81.6 release notes - Fix /docs/search/index -> /docs/search (404 error) - Fix /cookbook/ -> GitHub cookbook URL (404 error) --- docs/my-website/release_notes/v1.81.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/release_notes/v1.81.6.md b/docs/my-website/release_notes/v1.81.6.md index 9ef2c05ca9..777ffb960c 100644 --- a/docs/my-website/release_notes/v1.81.6.md +++ b/docs/my-website/release_notes/v1.81.6.md @@ -198,7 +198,7 @@ This means you can now see tool calls in structured format, filter logs by error - Add permission management for users and teams on Vector Stores - [PR #19972](https://github.com/BerriAI/litellm/pull/19972) - Enable router support for completions in RAG query pipeline - [PR #19550](https://github.com/BerriAI/litellm/pull/19550) -- **[Search API (/search)](../../docs/search/index)** +- **[Search API (/search)](../../docs/search)** - Add /list endpoint to list what search tools exist in router - [PR #19969](https://github.com/BerriAI/litellm/pull/19969) - Fix router search tools v2 integration - [PR #19840](https://github.com/BerriAI/litellm/pull/19840) @@ -368,7 +368,7 @@ This means you can now see tool calls in structured format, filter logs by error ## Documentation Updates - **[Add Claude Agents SDK x LiteLLM Guide](../../docs/mcp)** - [PR #20036](https://github.com/BerriAI/litellm/pull/20036) -- **[Add Cookbook: Using Claude Agent SDK + MCPs with LiteLLM](../../cookbook/)** - [PR #20081](https://github.com/BerriAI/litellm/pull/20081) +- **[Add Cookbook: Using Claude Agent SDK + MCPs with LiteLLM](https://github.com/BerriAI/litellm/tree/main/cookbook)** - [PR #20081](https://github.com/BerriAI/litellm/pull/20081) - Fix A2A Python SDK URL in documentation - [PR #19832](https://github.com/BerriAI/litellm/pull/19832) - **[Add Sarvam usage documentation](../../docs/providers/sarvam)** - [PR #19844](https://github.com/BerriAI/litellm/pull/19844) - **[Add supported input formats for embeddings](../../docs/embedding/supported_embedding)** - [PR #20073](https://github.com/BerriAI/litellm/pull/20073)