Skip to content

Commit 57ed244

Browse files
authored
chore: update cli install link to use local deployment URL instead of coder.com (#25548)
Updates the connect via SSH menu shown in workspaces to redirect to `/install` on the local deployment instead of `https://coder.com/docs/<version>/install`. This ensures consistency with the user account dropdown menu which also references the local deployment. End goal is to ensure the user running install script receives the same CLI version as is running on the Coder deployment.
1 parent 9b6eada commit 57ed244

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

site/src/modules/resources/SSHButton/SSHButton.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ export const AgentSSHButton: FC<AgentSSHButtonProps> = ({
6161
</ol>
6262

6363
<HelpPopoverLinksGroup>
64-
<HelpPopoverLink href={docs("/install")}>
65-
Install Coder CLI
66-
</HelpPopoverLink>
64+
<HelpPopoverLink href="/install">Install Coder CLI</HelpPopoverLink>
6765
<HelpPopoverLink href={docs("/user-guides/workspace-access/vscode")}>
6866
Connect via VS Code Remote SSH
6967
</HelpPopoverLink>

0 commit comments

Comments
 (0)