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.
This commit is contained in:
Rowan Smith
2026-05-21 15:12:06 +10:00
committed by GitHub
parent 9b6eadab77
commit 57ed244de1
@@ -61,9 +61,7 @@ export const AgentSSHButton: FC<AgentSSHButtonProps> = ({
</ol>
<HelpPopoverLinksGroup>
<HelpPopoverLink href={docs("/install")}>
Install Coder CLI
</HelpPopoverLink>
<HelpPopoverLink href="/install">Install Coder CLI</HelpPopoverLink>
<HelpPopoverLink href={docs("/user-guides/workspace-access/vscode")}>
Connect via VS Code Remote SSH
</HelpPopoverLink>