This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/web/src/cody/dashboard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
5151interface CodyDashboardPageProps { }
5252
5353export 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 } >
You can’t perform that action at this time.
0 commit comments