Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68e1792

Browse files
authored
fix: tooltip 404 (#3618)
1 parent b0fe9bc commit 68e1792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/SSHButton/SSHButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const SSHButton: React.FC<SSHButtonProps> = ({
8181
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/install">
8282
Install Coder CLI
8383
</HelpTooltipLink>
84-
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides/configuring-web-ides">
84+
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides/web-ides">
8585
Configuring Web IDEs
8686
</HelpTooltipLink>
8787
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides#ssh-configuration">

0 commit comments

Comments
 (0)