File tree 1 file changed +9
-3
lines changed
site/src/components/SSHButton
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,15 @@ export const SSHButton: React.FC<SSHButtonProps> = ({
78
78
</ Stack >
79
79
80
80
< HelpTooltipLinksGroup >
81
- < HelpTooltipLink href = "#" > Install Coder CLI</ HelpTooltipLink >
82
- < HelpTooltipLink href = "#" > Configuring VS Code</ HelpTooltipLink >
83
- < HelpTooltipLink href = "#" > SSH configuration</ HelpTooltipLink >
81
+ < HelpTooltipLink href = "https://coder.com/docs/coder-oss/latest/install" >
82
+ Install Coder CLI
83
+ </ HelpTooltipLink >
84
+ < HelpTooltipLink href = "https://coder.com/docs/coder-oss/latest/ides/configuring-web-ides" >
85
+ Configuring Web IDEs
86
+ </ HelpTooltipLink >
87
+ < HelpTooltipLink href = "https://coder.com/docs/coder-oss/latest/ides#ssh-configuration" >
88
+ SSH configuration
89
+ </ HelpTooltipLink >
84
90
</ HelpTooltipLinksGroup >
85
91
</ Popover >
86
92
</ >
You can’t perform that action at this time.
0 commit comments