mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
fix(vscode): update custom provider docs link (#10208)
This commit is contained in:
@@ -91,10 +91,10 @@
|
||||
- <https://kilo.ai/docs>
|
||||
<!-- packages/kilo-vscode/webview-ui/src/hooks/useSlashCommand.ts -->
|
||||
<!-- packages/opencode/src/kilocode/cli/cmd/tui/app.tsx -->
|
||||
- <https://kilo.ai/docs/ai-providers#custom-provider>
|
||||
<!-- packages/kilo-vscode/webview-ui/src/components/settings/CustomProviderDialog.tsx -->
|
||||
- <https://kilo.ai/docs/code-with-ai/platforms/vscode/whats-new>
|
||||
<!-- packages/kilo-vscode/webview-ui/src/components/migration/MigrationWizard.tsx -->
|
||||
- <https://kilo.ai/docs/providers/#custom-provider>
|
||||
<!-- packages/kilo-vscode/webview-ui/src/components/settings/CustomProviderDialog.tsx -->
|
||||
- <https://kilo.ai/gateway>
|
||||
<!-- packages/opencode/src/kilocode/cli/cmd/tui/component/dialog-provider.tsx -->
|
||||
- <https://kilo.ai/install>
|
||||
|
||||
@@ -449,12 +449,12 @@ const CustomProviderDialog = (props: CustomProviderDialogProps) => {
|
||||
<div style={{ "font-size": "var(--kilo-font-size-14)", color: "var(--text-base)" }}>
|
||||
{language.t("provider.custom.description.prefix")}
|
||||
<a
|
||||
href="https://kilo.ai/docs/providers/#custom-provider"
|
||||
href="https://kilo.ai/docs/ai-providers#custom-provider"
|
||||
onClick={(e) => {
|
||||
e.preventDefault()
|
||||
vscode.postMessage({
|
||||
type: "openExternal",
|
||||
url: "https://kilo.ai/docs/providers/#custom-provider",
|
||||
url: "https://kilo.ai/docs/ai-providers#custom-provider",
|
||||
})
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user