From 495d6a3d4b25c1d5d7e20a9afc95f992876cbf18 Mon Sep 17 00:00:00 2001 From: Nelson Auner <3402261+nelsonauner@users.noreply.github.com> Date: Tue, 6 Jan 2026 05:26:23 -0800 Subject: [PATCH] Fix broken doc link Current doc link is dated, no longer exists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985e419b..d84f5f61 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github. -**Learn more in the [official documentation](https://docs.anthropic.com/en/docs/claude-code/overview)**. +**Learn more in the [official documentation](https://code.claude.com/docs/en/overview)**.