From e6eb5ad97e458eeaecc6fa3567f1ac1370c8d988 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:12:52 +0000 Subject: [PATCH] docs: update links to Claude These links were referring to pages that do not exist anymore. I have updated them to what I think are the new URLs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d4347fe..15309a6e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Traditional development tools help you write code. Automaker helps you **orchest ### Powered by Claude Code -Automaker leverages the [Claude Agent SDK](https://docs.anthropic.com/en/docs/claude-code) to give AI agents full access to your codebase. Agents can read files, write code, execute commands, run tests, and make git commits—all while working in isolated git worktrees to keep your main branch safe. +Automaker leverages the [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) to give AI agents full access to your codebase. Agents can read files, write code, execute commands, run tests, and make git commits—all while working in isolated git worktrees to keep your main branch safe. ### Why This Matters @@ -106,7 +106,7 @@ https://discord.gg/jjem7aEDKU - Node.js 18+ - npm -- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and authenticated +- [Claude Code CLI](https://code.claude.com/docs/en/overview) installed and authenticated ### Quick Start