Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit c8bf8fd

Browse files
authored
Fix protocol for Cline Anthropic integration (#69)
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.
1 parent 4a22ba7 commit c8bf8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/partials/_cline-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Anthropic API key, and choose your preferred model (we recommend
1616
`claude-3-5-sonnet-<latest>`).
1717

1818
To enable CodeGate, enable **Use custom base URL** and enter
19-
`https://localhost:8989/anthropic`.
19+
`http://localhost:8989/anthropic`.
2020

2121
<ThemedImage
2222
alt='Cline settings for Anthropic'

0 commit comments

Comments
 (0)