mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
[small bug] incorrect url for Anthropic keys (#296)
hard-linking to the exact page for creating an Anthropic key, instead of just the console. Co-authored-by: Philip Fung <no@one>
This commit is contained in:
parent
aa9b63e4ca
commit
445f0f6d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage }: ApiOptionsProps) => {
|
|||
This key is stored locally and only used to make API requests from this extension.
|
||||
{!apiConfiguration?.apiKey && (
|
||||
<VSCodeLink
|
||||
href="https://console.anthropic.com/"
|
||||
href="https://console.anthropic.com/settings/keys"
|
||||
style={{ display: "inline", fontSize: "inherit" }}>
|
||||
You can get an Anthropic API key by signing up here.
|
||||
</VSCodeLink>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue