File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ export const WorkspaceHelpTooltip: FC = () => {
22
22
< HelpTooltipTitle > { Language . workspaceTooltipTitle } </ HelpTooltipTitle >
23
23
< HelpTooltipText > { Language . workspaceTooltipText } </ HelpTooltipText >
24
24
< HelpTooltipLinksGroup >
25
- < HelpTooltipLink href = "https://github .com/coder /coder/blob/main/docs/ workspaces.md #create-workspaces" >
25
+ < HelpTooltipLink href = "https://coder .com/docs /coder-oss/latest/ workspaces#create-workspaces" >
26
26
{ Language . workspaceTooltipLink1 }
27
27
</ HelpTooltipLink >
28
- < HelpTooltipLink href = "https://github .com/coder /coder/blob/main/docs/ workspaces.md #connect-with-ssh" >
28
+ < HelpTooltipLink href = "https://coder .com/docs /coder-oss/latest/ workspaces#connect-with-ssh" >
29
29
{ Language . workspaceTooltipLink2 }
30
30
</ HelpTooltipLink >
31
- < HelpTooltipLink href = "https://github .com/coder /coder/blob/main/docs/ workspaces.md #editors-and-ides" >
31
+ < HelpTooltipLink href = "https://coder .com/docs /coder-oss/latest/ workspaces#editors-and-ides" >
32
32
{ Language . workspaceTooltipLink3 }
33
33
</ HelpTooltipLink >
34
34
</ HelpTooltipLinksGroup >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const Language = {
44
44
emptyDescription : (
45
45
< >
46
46
To create a workspace you need to have a template. You can{ " " }
47
- < Link target = "_blank" href = "https://github .com/coder /coder/blob/main/docs/ templates.md " >
47
+ < Link target = "_blank" href = "https://coder .com/docs /coder-oss/latest/ templates" >
48
48
create one from scratch
49
49
</ Link > { " " }
50
50
or use a built-in template using the following Coder CLI command:
@@ -63,7 +63,7 @@ const TemplateHelpTooltip: React.FC = () => {
63
63
< HelpTooltipTitle > { Language . templateTooltipTitle } </ HelpTooltipTitle >
64
64
< HelpTooltipText > { Language . templateTooltipText } </ HelpTooltipText >
65
65
< HelpTooltipLinksGroup >
66
- < HelpTooltipLink href = "https://github .com/coder /coder/blob/main/docs/ templates.md #manage-templates" >
66
+ < HelpTooltipLink href = "https://coder .com/docs /coder-oss/latest/ templates#manage-templates" >
67
67
{ Language . templateTooltipLink }
68
68
</ HelpTooltipLink >
69
69
</ HelpTooltipLinksGroup >
You can’t perform that action at this time.
0 commit comments