From 57ed244de144496177ef525a39260637111d656d Mon Sep 17 00:00:00 2001 From: Rowan Smith Date: Thu, 21 May 2026 15:12:06 +1000 Subject: [PATCH] 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//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. --- site/src/modules/resources/SSHButton/SSHButton.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/src/modules/resources/SSHButton/SSHButton.tsx b/site/src/modules/resources/SSHButton/SSHButton.tsx index 39cca8cbf8..b0d8707588 100644 --- a/site/src/modules/resources/SSHButton/SSHButton.tsx +++ b/site/src/modules/resources/SSHButton/SSHButton.tsx @@ -61,9 +61,7 @@ export const AgentSSHButton: FC = ({ - - Install Coder CLI - + Install Coder CLI Connect via VS Code Remote SSH