fix: remove dead docs link from github setup wizard output

This commit is contained in:
Mark IJbema
2026-03-23 11:22:27 +01:00
parent 1461b57952
commit 54e14d7f87
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -241,8 +241,6 @@ export const GithubInstallCommand = cmd({
step2,
"",
" 3. Go to a GitHub issue and comment `/kilo summarize` to see the agent in action", // kilocode_change
"",
" Learn more about integrations - https://kilo.ai/docs/automate/integrations", // kilocode_change
].join("\n"),
)
}