From a93c4740ff624008d712642c6d5ab298b1b8b3c9 Mon Sep 17 00:00:00 2001 From: Don Browne Date: Tue, 4 Feb 2025 15:41:00 +0000 Subject: [PATCH] Fix protocol for Cline Anthropic integration In the screenshot, the URL uses http whereas the instructions use https. Since port 8989 appears to be serving http traffic, it seems like http is the correct one. --- docs/partials/_cline-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/_cline-providers.mdx b/docs/partials/_cline-providers.mdx index a266102..aff133c 100644 --- a/docs/partials/_cline-providers.mdx +++ b/docs/partials/_cline-providers.mdx @@ -16,7 +16,7 @@ Anthropic API key, and choose your preferred model (we recommend `claude-3-5-sonnet-`). To enable CodeGate, enable **Use custom base URL** and enter -`https://localhost:8989/anthropic`. +`http://localhost:8989/anthropic`.