Skip to content

Commit cba6e93

Browse files
authored
chore: update docs links (coder#14221)
1 parent bec6a26 commit cba6e93

File tree

11 files changed

+15
-16
lines changed

11 files changed

+15
-16
lines changed

cli/rename.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (r *RootCmd) rename() *serpent.Command {
3131
_, _ = fmt.Fprintf(inv.Stdout, "%s\n\n",
3232
pretty.Sprint(cliui.DefaultStyles.Wrap, "WARNING: A rename can result in data loss if a resource references the workspace name in the template (e.g volumes). Please backup any data before proceeding."),
3333
)
34-
_, _ = fmt.Fprintf(inv.Stdout, "See: %s\n\n", "https://coder.com/docs/coder-oss/latest/templates/resource-persistence#%EF%B8%8F-persistence-pitfalls")
34+
_, _ = fmt.Fprintf(inv.Stdout, "See: %s\n\n", "https://coder.com/docs/templates/resource-persistence#%EF%B8%8F-persistence-pitfalls")
3535
_, err = cliui.Prompt(inv, cliui.PromptOptions{
3636
Text: fmt.Sprintf("Type %q to confirm rename:", workspace.Name),
3737
Validate: func(s string) error {

cli/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
631631
"new version of coder available",
632632
slog.F("new_version", r.Version),
633633
slog.F("url", r.URL),
634-
slog.F("upgrade_instructions", "https://coder.com/docs/coder-oss/latest/admin/upgrade"),
634+
slog.F("upgrade_instructions", "https://coder.com/docs/admin/upgrade"),
635635
)
636636
}
637637
},

docs/admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Get started with Coder administration:
22

33
<children>
4-
This page is rendered on https://coder.com/docs/coder-oss/admin. Refer to the other documents in the `admin/` directory.
4+
This page is rendered on https://coder.com/docs/admin. Refer to the other documents in the `admin/` directory.
55
</children>

docs/platforms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
These platform-specific guides are the fastest way to try Coder. We'll walk you through installation and adding your first template and workspace.
44

55
<children>
6-
This page is rendered on https://coder.com/docs/coder-oss/latest/guides. Refer to the other documents in this directory for per-platform instructions.
6+
This page is rendered on https://coder.com/docs/guides. Refer to the other documents in this directory for per-platform instructions.
77
</children>

docs/platforms/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ as a system service.
5656

5757
For this instance, we will run Coder as a system service, however you can run
5858
Coder a multitude of different ways. You can learn more about those
59-
[here](https://coder.com/docs/coder-oss/latest/install).
59+
[here](https://coder.com/docs/install).
6060

6161
In the Azure VM instance, run the following command to install Coder
6262

dogfood/contents/guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ The following explains how to do certain things related to dogfooding.
1515
1. If you don't have an account, sign in with GitHub
1616
2. If you see a dialog/pop-up, hit "Cancel" (this is because of Rippling)
1717
2. Create a workspace
18-
3. [Connect with your favorite IDE](https://coder.com/docs/coder-oss/latest/ides)
18+
3. [Connect with your favorite IDE](https://coder.com/docs/ides)
1919
4. Clone the repo: `git clone git@github.com:coder/coder.git`
20-
5. Follow the
21-
[contributing guide](https://coder.com/docs/coder-oss/latest/CONTRIBUTING)
20+
5. Follow the [contributing guide](https://coder.com/docs/CONTRIBUTING)
2221

2322
### Run Coder in your Coder Workspace
2423

examples/lima/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Deploy Coder in Lima via the install script
2-
# See: https://coder.com/docs/coder-oss/latest/install
2+
# See: https://coder.com/docs/install
33
# $ limactl start ./coder.yaml
44
# $ limactl shell coder
55
# The web UI is accessible on http://localhost:3000 -- ports are forwarded automatically by lima:

examples/web-server/caddy/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
2626
- `localhost:3000`: Change to `coder:7080` (Coder container on Docker network)
2727
- `email@example.com`: Email to request certificates from LetsEncrypt/ZeroSSL (does not have to be Coder admin email)
2828
- `coder.example.com`: Domain name you're using for Coder.
29-
- `*.coder.example.com`: Domain name for wildcard apps, commonly used for [dashboard port forwarding](https://coder.com/docs/coder-oss/latest/networking/port-forwarding#dashboard). This is optional and can be removed.
29+
- `*.coder.example.com`: Domain name for wildcard apps, commonly used for [dashboard port forwarding](https://coder.com/docs/networking/port-forwarding#dashboard). This is optional and can be removed.
3030

3131
1. Start Coder. Set `CODER_ACCESS_URL` and `CODER_WILDCARD_ACCESS_URL` to the domain you're using in your Caddyfile.
3232

@@ -38,7 +38,7 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
3838

3939
### Standalone
4040

41-
1. If you haven't already, [install Coder](https://coder.com/docs/coder-oss/latest/install)
41+
1. If you haven't already, [install Coder](https://coder.com/docs/install)
4242

4343
2. Install [Caddy Server](https://caddyserver.com/docs/install)
4444

@@ -48,11 +48,11 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
4848
4949
- `email@example.com`: Email to request certificates from LetsEncrypt/ZeroSSL (does not have to be Coder admin email)
5050
- `coder.example.com`: Domain name you're using for Coder.
51-
- `*.coder.example.com`: Domain name for wildcard apps, commonly used for [dashboard port forwarding](https://coder.com/docs/coder-oss/latest/networking/port-forwarding#dashboard). This is optional and can be removed.
51+
- `*.coder.example.com`: Domain name for wildcard apps, commonly used for [dashboard port forwarding](https://coder.com/docs/networking/port-forwarding#dashboard). This is optional and can be removed.
5252
- `localhost:3000`: Address Coder is running on. Modify this if you changed `CODER_HTTP_ADDRESS` in the Coder configuration.
5353
- _DO NOT CHANGE the `ask http://example.com` line! Doing so will result in your certs potentially not being generated._
5454

55-
4. [Configure Coder](https://coder.com/docs/coder-oss/latest/admin/configure) and change the following values:
55+
4. [Configure Coder](https://coder.com/docs/admin/configure) and change the following values:
5656

5757
- `CODER_ACCESS_URL`: root domain (e.g. `https://coder.example.com`)
5858
- `CODER_WILDCARD_ACCESS_URL`: wildcard domain (e.g. `*.example.com`).

helm/coder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and notably (compared to Coder Classic) does not include a database server.
1111
> instructions on a tagged release.
1212
1313
View
14-
[our docs](https://coder.com/docs/coder-oss/latest/install/kubernetes)
14+
[our docs](https://coder.com/docs/install/kubernetes)
1515
for detailed installation instructions.
1616

1717
## Values

scripts/linux-pkg/coder-workspace-proxy.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description="Coder - external workspace proxy server"
3-
Documentation=https://coder.com/docs/coder-oss
3+
Documentation=https://coder.com/docs
44
Requires=network-online.target
55
After=network-online.target
66
ConditionFileNotEmpty=/etc/coder.d/coder-workspace-proxy.env

scripts/linux-pkg/coder.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description="Coder - Self-hosted developer workspaces on your infra"
3-
Documentation=https://coder.com/docs/coder-oss
3+
Documentation=https://coder.com/docs
44
Requires=network-online.target
55
After=network-online.target
66
ConditionFileNotEmpty=/etc/coder.d/coder.env

0 commit comments

Comments
 (0)