diff --git a/docs/workspaces.md b/docs/workspaces.md index 2066886025dd7..5839a7e056ceb 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -28,8 +28,8 @@ update](./templates.md#manage-templates) available. Resources are often destroyed and re-created when a workspace is restarted, though the exact behavior depends on the template's definitions. For more -information, see [persistent and ephemeral -resources](./templates.md#persistent-and-ephemeral-resources). +information, see [persistent vs. ephemeral +resources](./templates.md#persistent-vs-ephemeral-resources). > ⚠️ To avoid data loss, refer to your template documentation for information on > where to store files, install software, etc., so that they persist. Default diff --git a/site/src/components/Tooltips/ResourcesHelpTooltip.tsx b/site/src/components/Tooltips/ResourcesHelpTooltip.tsx index ae613b6e18562..102460d617def 100644 --- a/site/src/components/Tooltips/ResourcesHelpTooltip.tsx +++ b/site/src/components/Tooltips/ResourcesHelpTooltip.tsx @@ -10,7 +10,7 @@ export const Language = { resourceTooltipTitle: "What is a resource?", resourceTooltipText: "A resource is an infrastructure object that is created when the workspace is provisioned.", - resourceTooltipLink: "Persistent and ephemeral resources", + resourceTooltipLink: "Persistent vs. ephemeral resources", } export const ResourcesHelpTooltip: React.FC = () => { @@ -19,7 +19,7 @@ export const ResourcesHelpTooltip: React.FC = () => { {Language.resourceTooltipTitle} {Language.resourceTooltipText} - + {Language.resourceTooltipLink}