Skip to content

Commit 13b21a4

Browse files
author
Sebastian Sassi
committed
Docs links.
1 parent 9c76cbd commit 13b21a4

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",
@@ -504,4 +504,4 @@
504504
"vitest": "^3.2.3",
505505
"zod-to-ts": "^1.2.0"
506506
}
507-
}
507+
}

webview-ui/src/components/settings/About.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ export const About = ({ telemetrySetting, setTelemetrySetting, className, ...pro
2525

2626
return (
2727
<div className={cn("flex flex-col gap-2", className)} {...props}>
28-
<SectionHeader
29-
description="Datacoves Copilot is a powerful AI assistant designed to enhance your coding experience. It's based on Roo Code, an open-source project that provides a robust foundation for AI-driven development tools.">
28+
<SectionHeader description="Datacoves Copilot is a powerful AI assistant designed to enhance your coding experience. It's based on Roo Code, an open-source project that provides a robust foundation for AI-driven development tools.">
3029
<div className="flex items-center gap-2">
3130
<Info className="w-4" />
3231
<div>{t("settings:sections.about")}</div>
3332
</div>
3433
</SectionHeader>
3534

3635
<Section>
37-
<VSCodeLink href="https://docs.datacoves.com/how-tos/vscode/datacoves-copilot/">Learn more about Datacoves Copilot</VSCodeLink>
36+
<VSCodeLink href="https://docs.datacoves.com/docs/how-tos/vs-code/datacoves-copilot/v2">
37+
Learn more about Datacoves Copilot
38+
</VSCodeLink>
3839
<h4>Settings file</h4>
3940
<div className="flex flex-wrap items-center gap-2 mt-2">
4041
<Button onClick={() => vscode.postMessage({ type: "exportSettings" })} className="w-28">

webview-ui/src/components/welcome/WelcomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const WelcomeView = () => {
5555
i18nKey="welcome:startRouter"
5656
components={{
5757
docsLink: (
58-
<VSCodeLink href="https://docs.datacoves.com/how-tos/vscode/datacoves-copilot/llm-config.html" />
58+
<VSCodeLink href="https://docs.datacoves.com/docs/how-tos/vs-code/datacoves-copilot/v2" />
5959
),
6060
}}
6161
/>

0 commit comments

Comments
 (0)