Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36a599e

Browse files
authored
docs: fix ephemeral resources link (#4101)
[This link](https://coder.com/docs/coder-oss/latest/templates#persistent-and-ephemeral-resources) directs to the top of the Templates page, we should use [this link](https://coder.com/docs/coder-oss/latest/templates#persistent-vs-ephemeral-resources) instead.
1 parent 68ee824 commit 36a599e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ update](./templates.md#manage-templates) available.
2828

2929
Resources are often destroyed and re-created when a workspace is restarted,
3030
though the exact behavior depends on the template's definitions. For more
31-
information, see [persistent and ephemeral
32-
resources](./templates.md#persistent-and-ephemeral-resources).
31+
information, see [persistent vs. ephemeral
32+
resources](./templates.md#persistent-vs-ephemeral-resources).
3333

3434
> ⚠️ To avoid data loss, refer to your template documentation for information on
3535
> where to store files, install software, etc., so that they persist. Default

site/src/components/Tooltips/ResourcesHelpTooltip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Language = {
1010
resourceTooltipTitle: "What is a resource?",
1111
resourceTooltipText:
1212
"A resource is an infrastructure object that is created when the workspace is provisioned.",
13-
resourceTooltipLink: "Persistent and ephemeral resources",
13+
resourceTooltipLink: "Persistent vs. ephemeral resources",
1414
}
1515

1616
export const ResourcesHelpTooltip: React.FC = () => {
@@ -19,7 +19,7 @@ export const ResourcesHelpTooltip: React.FC = () => {
1919
<HelpTooltipTitle>{Language.resourceTooltipTitle}</HelpTooltipTitle>
2020
<HelpTooltipText>{Language.resourceTooltipText}</HelpTooltipText>
2121
<HelpTooltipLinksGroup>
22-
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/templates#persistent-and-ephemeral-resources">
22+
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/templates#persistent-vs-ephemeral-resources">
2323
{Language.resourceTooltipLink}
2424
</HelpTooltipLink>
2525
</HelpTooltipLinksGroup>

0 commit comments

Comments
 (0)