mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: link to the hosted docs site instead of GitHub (#3365)
This commit is contained in:
@@ -22,13 +22,13 @@ export const WorkspaceHelpTooltip: FC = () => {
|
||||
<HelpTooltipTitle>{Language.workspaceTooltipTitle}</HelpTooltipTitle>
|
||||
<HelpTooltipText>{Language.workspaceTooltipText}</HelpTooltipText>
|
||||
<HelpTooltipLinksGroup>
|
||||
<HelpTooltipLink href="https://github.com/coder/coder/blob/main/docs/workspaces.md#create-workspaces">
|
||||
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/workspaces#create-workspaces">
|
||||
{Language.workspaceTooltipLink1}
|
||||
</HelpTooltipLink>
|
||||
<HelpTooltipLink href="https://github.com/coder/coder/blob/main/docs/workspaces.md#connect-with-ssh">
|
||||
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/workspaces#connect-with-ssh">
|
||||
{Language.workspaceTooltipLink2}
|
||||
</HelpTooltipLink>
|
||||
<HelpTooltipLink href="https://github.com/coder/coder/blob/main/docs/workspaces.md#editors-and-ides">
|
||||
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/workspaces#editors-and-ides">
|
||||
{Language.workspaceTooltipLink3}
|
||||
</HelpTooltipLink>
|
||||
</HelpTooltipLinksGroup>
|
||||
|
||||
@@ -44,7 +44,7 @@ export const Language = {
|
||||
emptyDescription: (
|
||||
<>
|
||||
To create a workspace you need to have a template. You can{" "}
|
||||
<Link target="_blank" href="https://github.com/coder/coder/blob/main/docs/templates.md">
|
||||
<Link target="_blank" href="https://coder.com/docs/coder-oss/latest/templates">
|
||||
create one from scratch
|
||||
</Link>{" "}
|
||||
or use a built-in template using the following Coder CLI command:
|
||||
@@ -63,7 +63,7 @@ const TemplateHelpTooltip: React.FC = () => {
|
||||
<HelpTooltipTitle>{Language.templateTooltipTitle}</HelpTooltipTitle>
|
||||
<HelpTooltipText>{Language.templateTooltipText}</HelpTooltipText>
|
||||
<HelpTooltipLinksGroup>
|
||||
<HelpTooltipLink href="https://github.com/coder/coder/blob/main/docs/templates.md#manage-templates">
|
||||
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/templates#manage-templates">
|
||||
{Language.templateTooltipLink}
|
||||
</HelpTooltipLink>
|
||||
</HelpTooltipLinksGroup>
|
||||
|
||||
Reference in New Issue
Block a user