From e5545abd8daa424aa003fad9d0e1514602dfad2d Mon Sep 17 00:00:00 2001 From: ishaksebsib Date: Mon, 20 Oct 2025 14:43:38 +0300 Subject: [PATCH] fix: update deadlink --- features/mcp/helix-mcp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/mcp/helix-mcp.mdx b/features/mcp/helix-mcp.mdx index 192e3ad..3eba0f8 100644 --- a/features/mcp/helix-mcp.mdx +++ b/features/mcp/helix-mcp.mdx @@ -16,7 +16,7 @@ This guide shows how to run the server, enable tools, and connect from LLM provi ### Setting up HelixDB Before running the server in Claude Desktop, you also want to make sure that you have an actual running -Helix instance. See our [installation guide](../../documentation/getting-started/installation) for that. +Helix instance. See our [installation guide](../../documentation/cli-v2/getting-started) for that. ## Run the MCP Server ```python @@ -222,4 +222,4 @@ args = [ "mcp_server.py" ] startup_timeout_ms = 20_000 -``` \ No newline at end of file +```