Преглед изворни кода

[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>
Philip Fung пре 1 година
родитељ
комит
445f0f6d7a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      webview-ui/src/components/ApiOptions.tsx

+ 1 - 1
webview-ui/src/components/ApiOptions.tsx

@@ -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>