Skip to content

Commit f476a4a

Browse files
author
Katie Horne
authored
chore: fix broken links and formatting issues (#2547)
1 parent 93b7875 commit f476a4a

8 files changed

+9
-11
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ layer of infrastructure control. This additional layer allows admins to:
7474
- Enable persistent workspaces, which are like local machines, but faster and
7575
hosted by a cloud service
7676

77-
Coder includes [production-ready templates](../examples/templates) for use with AWS EC2,
77+
Coder includes [production-ready templates](../examples/templates/README.md) for use with AWS EC2,
7878
Azure, Google Cloud, Kubernetes, and more.
7979

8080
## What Coder is _not_

docs/ides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Code, connected to your Coder workspace for compute, etc.
6161

6262
## Web IDEs (Jupyter, code-server, Jetbrains Projector)
6363

64-
Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [configuring IDEs](./templates/configuring-ides.md).
64+
Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [configuring IDEs](./ides/configuring-web-ides.md).

docs/ides/configuring-web-ides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Workspace requirements:
102102

103103
Installation instructions will vary depending on your workspace's operating system, platform, and build system.
104104

105-
As a starting point, see the [jetbrains-container](https://github.com/bpmct/coder-templates/tree/main/jetbrains-container) community template. It builds & provisions a Dockerized workspaces for the following IDEs:
105+
As a starting point, see the [projector-container](https://github.com/bpmct/coder-templates/tree/main/projector-container) community template. It builds & provisions a Dockerized workspaces for the following IDEs:
106106

107107
- CLion
108108
- pyCharm

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ journalctl -u coder.service -b
4646
Before proceeding, please ensure that you have both Docker and the [latest version of
4747
Coder](https://github.com/coder/coder/releases) installed.
4848

49-
> See our [docker-compose](../docker-compose.yaml) file
49+
> See our [docker-compose](https://github.com/coder/coder/blob/93b78755a6d48191cc53c82654e249f25fc00ce9/docker-compose.yaml) file
5050
> for additional information.
5151
5252
1. Clone the `coder` repository:

docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"versions": [
3-
"0.6.6"
3+
"0.7.3"
44
],
55
"routes": [
66
{

docs/postgres.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ CODER_PG_CONNECTION_URL="postgres://<databaseUsername>@0.0.0.0/<databaseName>?ss
9191
coder server -a 0.0.0.0:3000 --verbose
9292
```
9393

94-
> If you [installed Coder manually](install.md), you can add the `CODER_PG_CONNECTION_URL`
95-
variable to `/etc/coder.d/coder.env`.
94+
> If you [installed Coder manually](install.md), you can add the
95+
> `CODER_PG_CONNECTION_URL` variable to `/etc/coder.d/coder.env`.

docs/templates.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ credentials.
4343

4444
---
4545

46-
Next: [Workspaces](./workspaces.md)
47-
48-
Next: [Authentication & Secrets](./authentication.md)
46+
Next: [Authentication & Secrets](templates/authentication.md) and [Workspaces](./workspaces.md)

docs/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resources](./templates.md#persistent-and-ephemeral-resources).
3333

3434
> ⚠️ To avoid data loss, refer to your template documentation for information on
3535
> where to store files, install software, etc., so that they persist. Default
36-
> templates are documented in [../examples/templates](../examples/templates/).
36+
> templates are documented in [../examples/templates](../examples/templates/README.md).
3737
>
3838
> You can use `coder show <workspace-name>` to see which resources are
3939
> persistent and which are ephemeral.

0 commit comments

Comments
 (0)