From 4bbacf69904c4a33f02c01cec96ac331b87c433b Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:10:50 +0000 Subject: [PATCH] fix(kilo-docs): replace broken Unbound gateway link with working /connect URL The link to https://gateway.getunbound.ai/ai-gateway-applications returns 308 -> 404, causing the link-checker CI to fail on all docs PRs. The broken link was originally introduced in 8009ffe80 and was previously fixed in 56050186f, but the fix was reverted by the upstream merge in e6b29e3ea ("feat: merge opencode v1.2.19"). Replace with the working /connect URL (HTTP 200) and update the instruction text accordingly. --- packages/kilo-docs/pages/ai-providers/unbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kilo-docs/pages/ai-providers/unbound.md b/packages/kilo-docs/pages/ai-providers/unbound.md index 064538799b7..11e061a91ab 100644 --- a/packages/kilo-docs/pages/ai-providers/unbound.md +++ b/packages/kilo-docs/pages/ai-providers/unbound.md @@ -11,7 +11,7 @@ Kilo Code supports accessing models through [Unbound](https://getunbound.ai/), a ## Creating an Account 1. **Sign Up/Sign In:** Go to the [Unbound gateway](https://gateway.getunbound.ai). Create an account or sign in. -2. **Create an Application:** Go to the [Applications](https://gateway.getunbound.ai/ai-gateway-applications) page and hit the "Create Application" button. +2. **Create an Application:** Go to the [Connect](https://gateway.getunbound.ai/connect) page and select "Kilo Code". 3. **Copy the API Key:** Copy the API key to your clipboard. ## Supported Models