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

Skip to content

Commit 744c316

Browse files
committed
fixed links in workspace lifecycle
1 parent 2813ce1 commit 744c316

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

docs/user-guides/workspace-lifecycle.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ through the Coder agent, then stopped and deleted again by Terraform.
66

77
This page covers how workspaces move through this lifecycle. To learn about
88
automating workspace schedules for cost control, read the
9-
[workspace scheduling docs](../../user-guides/workspace-scheduling.md).
9+
[workspace scheduling docs](./workspace-scheduling.md).
1010

1111
## Workspace ephemerality
1212

@@ -16,7 +16,7 @@ ephemeral resources are destroyed and recreated on restart. All resources are
1616
destroyed when a workspace is deleted.
1717

1818
> Template administrators can learn more about resource configuration in the
19-
> [extending templates docs](../templates/extending-templates/resource-persistence.md).
19+
> [extending templates docs](../admin/templates/extending-templates/resource-persistence.md).
2020
2121
## Workspace States
2222

@@ -35,17 +35,18 @@ following broken states:
3535

3636
## Workspace creation
3737

38-
Workspaces are created from [templates](../templates/index.md) via the CLI, API,
39-
or dashboard. To learn how, read our [user guides](../../user-guides/index.md).
38+
Workspaces are created from [templates](../admin/templates/index.md) via the
39+
CLI, API, or dashboard.
4040

4141
By default, there is no limit on the number of workspaces a user may create,
4242
regardless of the template's resource demands. Enterprise administrators may
4343
limit the number of workspaces per template, group, and organization using
44-
[quotas](../users/quotas.md) to prevent over provisioning and control costs.
44+
[quotas](../admin/users/quotas.md) to prevent over provisioning and control
45+
costs.
4546

4647
When a user creates a workspace, they're sending a build request to the control
4748
plane. Coder takes this and uses [Terraform](https://www.terraform.io/) to
48-
provision a workspace defined by your [template](../templates/index.md).
49+
provision a workspace defined by your [template](../admin/templates/index.md).
4950
Generally, templates define the resources and environment of a workspace.
5051

5152
The resources that run the agent are described as _computational resources_,
@@ -54,24 +55,22 @@ contain some computational resource to run the Coder agent process.
5455

5556
The provisioned workspace's computational resources start the agent process,
5657
which opens connections to your workspace via SSH, the terminal, and IDES such
57-
as [JetBrains](../../user-guides/workspace-access/jetbrains.md) or
58-
[VSCode](../../user-guides/workspace-access/vscode.md).
58+
as [JetBrains](./workspace-access/jetbrains.md) or
59+
[VSCode](./workspace-access/vscode.md).
5960

6061
Once started, the Coder agent is responsible for running your workspace startup
6162
scripts. These may configure tools, service connections, or personalization with
62-
[dotfiles](../../user-guides/workspace-dotfiles.md).
63+
[dotfiles](.workspace-dotfiles.md).
6364

6465
Once these steps have completed, your workspace will now be in the `Running`
65-
state. You can access it via any of the
66-
[supported methods](../../user-guides/workspace-access/index.md), stop it when
67-
you're away, or delete it once it's no longer in use.
66+
state. You can access it via any of the [supported methods](./index.md), stop it
67+
when you're away, or delete it once it's no longer in use.
6868

6969
## Stopping workspaces
7070

7171
Workspaces may be stopped manually by users and admins in the dashboard, CLI, or
7272
API. Workspaces may be automatically stopped due to template updates or
73-
inactivity by
74-
[scheduling configuration](../../user-guides/workspace-scheduling.md).
73+
inactivity by [scheduling configuration](./workspace-scheduling.md).
7574

7675
Once stopped, a workspace may resume running by starting it manually, or via
7776
user connection if automatic start is enabled.
@@ -110,8 +109,8 @@ your template's Terraform file and the target resources on your infrastructure.
110109
Unhealthy workspaces are usually caused by a misconfiguration in the agent or
111110
workspace startup scripts.
112111

113-
## Next steps
112+
### Next steps
114113

115-
- [Connecting to your workspace](../../user-guides/workspace-access/index.md)
116-
- [Creating templates](../templates/index.md)
117-
- [Workspace scheduling](../../user-guides/workspace-scheduling.md)
114+
- [Connecting to your workspace](./index.md)
115+
- [Creating templates](../admin/templates/index.md)
116+
- [Workspace scheduling](./workspace-scheduling.md)

0 commit comments

Comments
 (0)