Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 99656c1

Browse files
licensing: update doc links to the new doc website (#60376)
update links
1 parent bec5621 commit 99656c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/web/src/cody/dashboard/CodyDashboardPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ const setupOptions: SetupOption[] = [
3838
icon: <VSCodeIcon className={styles.linkSelectorIcon} />,
3939
maker: 'Microsoft',
4040
name: 'VSCode',
41-
setupLink: 'https://docs.sourcegraph.com/cody/overview/install-vscode',
41+
setupLink: 'https://sourcegraph.com/docs/cody/clients/install-vscode',
4242
},
4343
{
4444
icon: <IntelliJIcon className={styles.linkSelectorIcon} />,
4545
maker: 'Jetbrains',
4646
name: 'IntelliJ',
47-
setupLink: 'https://docs.sourcegraph.com/cody/overview/install-jetbrains',
47+
setupLink: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains',
4848
},
4949
]
5050

5151
interface CodyDashboardPageProps {}
5252

5353
export const CodyDashboardPage: FC<CodyDashboardPageProps> = () => {
5454
const isLightTheme = useIsLightTheme()
55-
const codySetupLink = 'https://docs.sourcegraph.com/cody/overview#getting-started'
55+
const codySetupLink = 'https://sourcegraph.com/docs/cody'
5656
const features = getLicenseFeatures()
5757
return (
5858
<section className={styles.dashboardContainer}>

0 commit comments

Comments
 (0)