瀏覽代碼

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