mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user