mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Merge pull request #20 from Kilo-Org/change-docs-link
chore: change docs link to point to kilo docs
This commit is contained in:
@@ -488,7 +488,7 @@ function App() {
|
||||
title: "Open docs",
|
||||
value: "docs.open",
|
||||
onSelect: () => {
|
||||
open("https://opencode.ai/docs").catch(() => {})
|
||||
open("https://kilo.ai/docs").catch(() => {}) // kilocode_change
|
||||
dialog.clear()
|
||||
},
|
||||
category: "System",
|
||||
@@ -720,7 +720,7 @@ function ErrorComponent(props: {
|
||||
})
|
||||
const [copied, setCopied] = createSignal(false)
|
||||
|
||||
const issueURL = new URL("https://github.com/anomalyco/opencode/issues/new?template=bug-report.yml")
|
||||
const issueURL = new URL("https://github.com/Kilo-Org/kilo-cli/issues/new?template=bug-report.yml")
|
||||
|
||||
// Choose safe fallback colors per mode since theme context may not be available
|
||||
const isLight = props.mode === "light"
|
||||
|
||||
Reference in New Issue
Block a user