Skip to content

Commit 9364557

Browse files
committed
fix image links in subdirs
1 parent 3171216 commit 9364557

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

docs/admin/infrastructure/scale-utility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ infrastructure. For scale-testing Kubernetes clusters we recommend to install
66
and use the dedicated Coder template,
77
[scaletest-runner](https://github.com/coder/coder/tree/main/scaletest/templates/scaletest-runner).
88

9-
Learn more about [Coder’s architecture](./architecture/architecture.md) and our
9+
Learn more about [Coder’s architecture](./architecture.md) and our
1010
[scale-testing methodology](./scale-testing.md).
1111

1212
## Recent scale tests

docs/admin/integrations/jfrog-artifactory.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ artifactory:
6969
<https://JFROG_URL/ui/admin/configuration/integrations/new> and select the
7070
Application Type as the integration you created in step 1.
7171

72-
![JFrog Platform new integration](../images/guides/artifactory-integration/jfrog-oauth-app.png)
72+
![JFrog Platform new integration](../../images/guides/artifactory-integration/jfrog-oauth-app.png)
7373

7474
3. Add a new
7575
[external authentication](https://coder.com/docs/admin/external-auth) to

docs/admin/integrations/jfrog-xray.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ image = "<ARTIFACTORY_URL>/<REPO>/<IMAGE>:<TAG>"
6969
> and use it in the `imagePullSecrets` field of the kubernetes pod. See this
7070
> [guide](./image-pull-secret.md) for more information.
7171
72-
![JFrog Xray Integration](../images/guides/xray-integration/example.png)
72+
![JFrog Xray Integration](../../images/guides/xray-integration/example.png)

docs/admin/networking/port-forwarding.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Valid `share` values include `owner` - private to the user, `authenticated` -
9090
accessible by any user authenticated to the Coder deployment, and `public` -
9191
accessible by users outside of the Coder deployment.
9292

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

9595
## Accessing workspace ports
9696

@@ -118,7 +118,7 @@ Once a port is shared at either `authenticated` or `public` levels, it will stay
118118
pinned in the open ports UI for better accessibility regardless of whether or
119119
not it is still accessible.
120120

121-
![Annotated port controls in the UI](../images/networking/annotatedports.png)
121+
![Annotated port controls in the UI](../../images/networking/annotatedports.png)
122122

123123
The sharing level is limited by the maximum level enforced in the template
124124
settings in enterprise deployments, and not restricted in OSS deployments.
@@ -137,7 +137,7 @@ maximum sharing level is set to `Owner`, meaning port sharing is disabled for
137137
end-users. OSS deployments allow all workspaces to share ports at both the
138138
`authenticated` and `public` levels.
139139

140-
![Max port sharing level in the UI](../images/networking/portsharingmax.png)
140+
![Max port sharing level in the UI](../../images/networking/portsharingmax.png)
141141

142142
### Configuring port protocol
143143

docs/admin/networking/stun.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In this example, both the client and agent are located on the network
6666
direction, both client and agent are able to communicate directly with each
6767
other's locally assigned IP address.
6868

69-
![Diagram of a workspace agent and client in the same network](../images/networking/stun1.png)
69+
![Diagram of a workspace agent and client in the same network](../../images/networking/stun1.png)
7070

7171
### 2. Direct connections with one layer of NAT
7272

@@ -75,12 +75,12 @@ to each other over the public Internet. Both client and agent connect to a
7575
configured STUN server located on the public Internet to determine the public IP
7676
address and port on which they can be reached.
7777

78-
![Diagram of a workspace agent and client in separate networks](../images/networking/stun2.1.png)
78+
![Diagram of a workspace agent and client in separate networks](../../images/networking/stun2.1.png)
7979

8080
They then exchange this information through Coder server, and can then
8181
communicate directly with each other through their respective NATs.
8282

83-
![Diagram of a workspace agent and client in separate networks](../images/networking/stun2.2.png)
83+
![Diagram of a workspace agent and client in separate networks](../../images/networking/stun2.2.png)
8484

8585
### 3. Direct connections with VPN and NAT hairpinning
8686

@@ -121,7 +121,7 @@ addresses on the corporate network from which their traffic appears to
121121
originate. Using these internal addresses is much more likely to result in a
122122
successful direct connection.
123123

124-
![Diagram of a workspace agent and client over VPN](../images/networking/stun3.png)
124+
![Diagram of a workspace agent and client over VPN](../../images/networking/stun3.png)
125125

126126
## Hard NAT
127127

docs/admin/templates/extending-templates/external-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If your template requires git authentication (e.g. running `git clone` in the
2727
[startup_script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#startup_script)),
2828
you can require users authenticate via git prior to creating a workspace:
2929

30-
![Git authentication in template](../images/admin/git-auth-template.png)
30+
![Git authentication in template](../../../images/admin/git-auth-template.png)
3131

3232
### Native git authentication will auto-refresh tokens
3333

docs/admin/templates/extending-templates/icons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can also view the entire list, with search and previews, by navigating to
6060
/icons on your Coder deployment. E.g. [https://coder.example.com/icons](#). This
6161
can be particularly useful in airgapped deployments.
6262
63-
![The icon gallery](../images/icons-gallery.png)
63+
![The icon gallery](../../../images/icons-gallery.png)
6464
6565
## External icons
6666

docs/admin/templates/extending-templates/web-ides.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resource "coder_app" "code-server" {
9393
}
9494
```
9595

96-
![code-server in a workspace](../images/code-server-ide.png)
96+
![code-server in a workspace](../../../images/code-server-ide.png)
9797

9898
## VS Code Web
9999

@@ -350,7 +350,7 @@ module "filebrowser" {
350350
}
351351
```
352352

353-
![File Browser](../images/file-browser.png)
353+
![File Browser](../../../images/file-browser.png)
354354

355355
## SSH Fallback
356356

0 commit comments

Comments
 (0)