Skip to content

Commit e172a40

Browse files
fix: Add links to the SSH popover (coder#2945)
1 parent 166bc27 commit e172a40

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

site/src/components/SSHButton/SSHButton.tsx

+9-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,15 @@ export const SSHButton: React.FC<SSHButtonProps> = ({
7878
</Stack>
7979

8080
<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>
8490
</HelpTooltipLinksGroup>
8591
</Popover>
8692
</>

0 commit comments

Comments
 (0)