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

Skip to content

Commit f209146

Browse files
committed
links in workspace management
1 parent a4f86cc commit f209146

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/user-guides/workspace-management.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following filters are supported:
6363
After updating the default version of the template that a workspace was created
6464
from, you can update the workspace.
6565

66-
![Updating a workspace](../../images/workspace-update.png)
66+
![Updating a workspace](../images/workspace-update.png)
6767

6868
If the workspace is running, Coder stops it, updates it, then starts the
6969
workspace again.
@@ -86,7 +86,7 @@ Note: If a template is updated such that new parameter inputs are required from
8686
the user, autostart will be disabled for the workspace until the user has
8787
manually updated the workspace.
8888

89-
![Automatic Updates](./images/workspace-automatic-updates.png)
89+
![Automatic Updates](../images/workspace-automatic-updates.png)
9090

9191
## Bulk operations (enterprise)
9292

@@ -99,7 +99,7 @@ The start and stop operations can only be applied to a set of workspaces which
9999
are all in the same state. For update and delete, the user will be prompted for
100100
confirmation before any action is taken.
101101

102-
![Bulk workspace actions](../../images/user-guides/workspace-bulk-actions.png)
102+
![Bulk workspace actions](../images/user-guides/workspace-bulk-actions.png)
103103

104104
## Starting and stopping workspaces
105105

@@ -109,10 +109,10 @@ schedule a workspace to start and stop automatically.
109109
To set a workspace's schedule, go to the workspace, then **Settings** >
110110
**Schedule**.
111111

112-
![Scheduling UI](./images/schedule.png)
112+
![Scheduling UI](../images/schedule.png)
113113

114114
Coder might also stop a workspace automatically if there is a
115-
[template update](./admin/templates/index.md#Start/stop) available.
115+
[template update](../admin/templates/index.md#Start/stop) available.
116116

117117
Learn more about [workspace lifecycle](./workspace-lifecycle.md) and our
118118
[scheduling features](./workspace-scheduling.md).
@@ -125,7 +125,7 @@ available.
125125

126126
Resources are often destroyed and re-created when a workspace is restarted,
127127
though the exact behavior depends on the template. For more information, see
128-
[Resource Persistence](./admin/templates/extending-templates/resource-persistence.md).
128+
[Resource Persistence](../admin/templates/extending-templates/resource-persistence.md).
129129

130130
## Repairing workspaces
131131

@@ -146,7 +146,7 @@ Coder's filter query:
146146
- To find workspaces that are currently running, use the filter
147147
`status:running`.
148148

149-
![Re-entering template variables](../../images/templates/template-variables.png)
149+
![Re-entering template variables](../images/templates/template-variables.png)
150150

151151
You can also do this in the CLI with the following command:
152152

0 commit comments

Comments
 (0)