From 3b9e67deccecf26ff93b8f6678d5b01eae7a8a50 Mon Sep 17 00:00:00 2001 From: Santhi Prakash <38608178+santhiprakash@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:50:09 +0530 Subject: [PATCH] docs(chutes): fix broken API keys URL in Chutes provider guide (#113545) - Problem: the Chutes provider guide links to https://chutes.ai/settings/api-keys to create an API key, but that URL returns HTTP 404. - Fix: point both references (onboarding prose + Related Card href) to the live https://chutes.ai/app/settings/api-keys, which is the real app settings area (confirmed by chutes.ai/robots.txt: Disallow: /app/settings). - Verification: curl https://chutes.ai/settings/api-keys -> 404; curl https://chutes.ai/app/settings/api-keys -> 200. --- docs/providers/chutes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/chutes.md b/docs/providers/chutes.md index cefce18c7911..e23aa9ecba51 100644 --- a/docs/providers/chutes.md +++ b/docs/providers/chutes.md @@ -51,7 +51,7 @@ the Chutes catalog. Create a key at - [chutes.ai/settings/api-keys](https://chutes.ai/settings/api-keys). + [chutes.ai/app/settings/api-keys](https://chutes.ai/app/settings/api-keys). ```bash @@ -146,7 +146,7 @@ Run `openclaw models list --all --provider chutes` for the full list. Chutes dashboard and API docs. - + Create and manage Chutes API keys.