From 13bbcabeabaec5f19232fb594ef976f12329303d Mon Sep 17 00:00:00 2001 From: Santhi Prakash <38608178+santhiprakash@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:05:45 +0530 Subject: [PATCH] [AI-assisted] docs(reference): fix broken Anthropic prompt-caching docs URL (#114028) The prompt-caching pricing reference in docs/reference/token-use.md linked to docs.anthropic.com/docs/build-with-claude/prompt-caching. After Anthropic's docs migration to platform.claude.com, that URL 301-redirects in an infinite loop (browsers surface ERR_TOO_MANY_REDIRECTS). Point it at the current canonical page, which returns HTTP 200 and still documents the cache read/write pricing and 1h/5m TTL multipliers that the surrounding paragraph references. --- docs/reference/token-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/token-use.md b/docs/reference/token-use.md index fa5b9db4c310..e056d6311cca 100644 --- a/docs/reference/token-use.md +++ b/docs/reference/token-use.md @@ -212,7 +212,7 @@ For a full knob-by-knob guide, see [Prompt Caching](/reference/prompt-caching). For Anthropic API pricing, cache reads are significantly cheaper than input tokens, while cache writes are billed at a higher multiplier. See Anthropic's prompt caching pricing for the latest rates and TTL multipliers: -[https://docs.anthropic.com/docs/build-with-claude/prompt-caching](https://docs.anthropic.com/docs/build-with-claude/prompt-caching) +[https://platform.claude.com/docs/en/build-with-claude/prompt-caching](https://platform.claude.com/docs/en/build-with-claude/prompt-caching) ### Example: keep 1h cache warm with heartbeat