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

Skip to content

Commit 234f978

Browse files
committed
fix images
1 parent 1b51158 commit 234f978

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/user-guides/workspace-access/filebrowser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ File Browser is a file manager for the web that can be used to upload, download,
44
and view files in your workspace. A template administrator can add it by
55
following the
66
[Extending Templates](../../admin/templates/extending-templates/web-ides.md#file-browser)
7-
guide. ![File Browser](../images/file-browser.png)
7+
guide. ![File Browser](../../images/file-browser.png)

docs/user-guides/workspace-access/port-forwarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Valid `share` values include `owner` - private to the user, `authenticated` -
9494
accessible by any user authenticated to the Coder deployment, and `public` -
9595
accessible by users outside of the Coder deployment.
9696

97-
![Port forwarding from an app in the UI](../images/networking/portforwarddashboard.png)
97+
![Port forwarding from an app in the UI](../../images/networking/portforwarddashboard.png)
9898

9999
## Accessing workspace ports
100100

@@ -103,7 +103,7 @@ to specify an arbitrary port. Coder will also detect if apps inside the
103103
workspace are listening on ports, and list them below the port input (this is
104104
only supported on Windows and Linux workspace agents).
105105

106-
![Port forwarding in the UI](../images/networking/listeningports.png)
106+
![Port forwarding in the UI](../../images/networking/listeningports.png)
107107

108108
### Sharing ports
109109

docs/user-guides/workspace-scheduling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ modify the inactivity timeout duration with the
3939
[inactivity bump](#inactivity-timeout) template setting. Coder checks for active
4040
connections in the IDE, SSH, Port Forwarding, and coder_app.
4141

42-
![Autostop UI](./images/autostop.png)
42+
![Autostop UI](../images/autostop.png)
4343

4444
## Inactivity timeout
4545

@@ -50,7 +50,7 @@ for your workspace.
5050
## Autostop requirement (enterprise)
5151

5252
Enterprise template admins may enforce a required stop for workspaces to apply
53-
updates or undergo maintenanence. These stops ignore any active connections or
53+
updates or undergo maintenance. These stops ignore any active connections or
5454
inactivity bumps. Rather than being specified with a CRON, admins set a
5555
frequency for updates, either in **days** or **weeks**. Workspaces will apply
5656
the template autostop requirement on the given day **in the user's timezone**
@@ -65,7 +65,7 @@ User quiet hours can be configured in the user's schedule settings page.
6565
Workspaces on templates with an autostop requirement will only be forcibly
6666
stopped due to the policy at the **start** of the user's quiet hours.
6767

68-
![User schedule settings](../../images/user-quiet-hours.png)
68+
![User schedule settings](../images/user-quiet-hours.png)
6969

7070
## Scheduling configuration examples
7171

0 commit comments

Comments
 (0)