Skip to content

Commit a2a3745

Browse files
committedOct 4, 2024
user guides fixups
1 parent 744c316 commit a2a3745

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
{
164164
"title": "Workspace Lifecycle",
165165
"description": "Cost control with workspace schedules",
166-
"path": "./user-guides/workspace-scheduling.md",
166+
"path": "./user-guides/workspace-lifecycle.md",
167167
"icon_path": "./images/icons/stopwatch.svg"
168168
},
169169
{

‎docs/user-guides/workspace-lifecycle.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ as [JetBrains](./workspace-access/jetbrains.md) or
6060

6161
Once started, the Coder agent is responsible for running your workspace startup
6262
scripts. These may configure tools, service connections, or personalization with
63-
[dotfiles](.workspace-dotfiles.md).
63+
[dotfiles](./workspace-dotfiles.md).
6464

6565
Once these steps have completed, your workspace will now be in the `Running`
6666
state. You can access it via any of the [supported methods](./index.md), stop it
@@ -85,7 +85,7 @@ and ephemeral resources. This action can not be reverted.
8585

8686
When enabled on enterprise deployments, workspaces will become dormant after a
8787
specified duration of inactivity. Then, if left dormant, the workspaces will be
88-
queued for deletion. Learn about configuraing workspace dormancy in the template
88+
queued for deletion. Learn about configuring workspace dormancy in the template
8989
scheduling docs.
9090

9191
### Orphan resources

‎docs/user-guides/workspace-management.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ To set a workspace's schedule, go to the workspace, then **Settings** >
114114
Coder might also stop a workspace automatically if there is a
115115
[template update](./admin/templates/index.md#Start/stop) available.
116116

117-
Learn more about [workspace lifecycle](../admin/workspaces/lifecycle.md) and our
117+
Learn more about [workspace lifecycle](./workspace-lifecycle.md) and our
118118
[scheduling features](./workspace-scheduling.md).
119119

120120
## Workspace resources
121121

122122
Workspaces in Coder are started and stopped, often based on whether there was
123-
any activity or if there was a [template update](./admin/templates/index.md)
123+
any activity or if there was a [template update](../admin/templates/index.md)
124124
available.
125125

126126
Resources are often destroyed and re-created when a workspace is restarted,

0 commit comments

Comments
 (0)