Skip to content

Commit 156f1bd

Browse files
committed
use releative links
1 parent b197757 commit 156f1bd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/admin/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following steps explain how to set up GitHub OAuth or OpenID Connect.
1616

1717
First, [register a GitHub OAuth app](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/). GitHub will ask you for the following Coder parameters:
1818

19-
- **Homepage URL**: Set to your Coder deployments [`CODER_ACCESS_URL`](https://coder.com/docs/v2/latest/cli/server#--access-url) (e.g. `https://coder.domain.com`)
19+
- **Homepage URL**: Set to your Coder deployments [`CODER_ACCESS_URL`](../cli/server.md#--access-url) (e.g. `https://coder.domain.com`)
2020
- **User Authorization Callback URL**: Set to `https://coder.domain.com`
2121

2222
> Note: If you want to allow multiple coder deployments hosted on subdomains e.g. coder1.domain.com, coder2.domain.com, to be able to authenticate with the same GitHub OAuth app, then you can set **User Authorization Callback URL** to the `https://domain.com`

docs/admin/provisioners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Provisioners are started with the [coder provisionerd start](../cli/provisionerd
1919
The provisioner daemon must authenticate with your Coder deployment.
2020

2121
Set a [provisioner daemon pre-shared key (PSK)](../cli/server.md#--provisioner-daemon-psk) on the Coder server and start the provisioner with
22-
`coder provisionerd start --psk <your-psk>`. If you are [installing with Helm](../install/kubernetes#install-coder-with-helm),
22+
`coder provisionerd start --psk <your-psk>`. If you are [installing with Helm](../install/kubernetes.md#install-coder-with-helm),
2323
see the [Helm example](#example-running-an-external-provisioner-with-helm) below.
2424

2525
> Coder still supports authenticating the provisioner daemon with a [token](../cli.md#--token) from a user with the

docs/install/offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ Coder also provides offline documentation in case you want to host it on your ow
194194
2. Download the documentation files from the "Assets" section. It is named as `coder_docs_<version>.tgz`.
195195
3. Extract the file and move its contents to your server folder.
196196
4. If you are using NodeJS, you can execute the following command: `cd docs && npx http-server .`
197-
5. Set the [CODER_DOCS_URL](../cli/server#--docs-url) environment variable to use the URL of your hosted docs. This way, the Coder UI will reference the documentation from your specified URL.
197+
5. Set the [CODER_DOCS_URL](../cli/server.md#--docs-url) environment variable to use the URL of your hosted docs. This way, the Coder UI will reference the documentation from your specified URL.
198198

199199
With these steps, you'll have the Coder documentation hosted on your server and accessible for your team to use.

docs/platforms/kubernetes/deployment-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To stream Kubernetes events into your workspace startup logs, you can use Coder'
77

88
## Prerequisites
99

10-
`coder-logstream-kube` works best with the [`kubernetes_deployment`](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment) Terraform resource, which requires the `coder` service account to have permission to create deployments. For example, if you use [Helm](https://coder.com/docs/v2/latest/install/kubernetes#install-coder-with-helm) to install Coder, you should set `coder.serviceAccount.enableDeployments=true` in your `values.yaml`
10+
`coder-logstream-kube` works best with the [`kubernetes_deployment`](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment) Terraform resource, which requires the `coder` service account to have permission to create deployments. For example, if you use [Helm](../../install/kubernetes.md#install-coder-with-helm) to install Coder, you should set `coder.serviceAccount.enableDeployments=true` in your `values.yaml`
1111

1212
```diff
1313
coder:

docs/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ practices:
370370
- The Coder agent logs are typically stored in `/tmp/coder-agent.log`
371371
- The Coder agent startup script logs are typically stored in `/tmp/coder-startup-script.log`
372372
- The Coder agent shutdown script logs are typically stored in `/tmp/coder-shutdown-script.log`
373-
- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. [Read our reverse-proxy docs](https://coder.com/docs/v2/latest/admin/configure#tls--reverse-proxy)
373+
- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. [Read our reverse-proxy docs](../admin/configure.md#tls--reverse-proxy)
374374

375375
### Agent does not become ready
376376

docs/templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ practices:
416416
- The Coder agent logs are typically stored in `/tmp/coder-agent.log`
417417
- The Coder agent startup script logs are typically stored in `/tmp/coder-startup-script.log`
418418
- The Coder agent shutdown script logs are typically stored in `/tmp/coder-shutdown-script.log`
419-
- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. [Read our reverse-proxy docs](https://coder.com/docs/v2/latest/admin/configure#tls--reverse-proxy)
419+
- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. [Read our reverse-proxy docs](../admin/configure.md#tls--reverse-proxy)
420420

421421
### Startup script issues
422422

examples/lima/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This will:
2020

2121
- Start an Ubuntu 22.04 VM
2222
- Install Docker and Terraform from the official repos
23-
- Install Coder using the [installation script](https://coder.com/docs/coder-oss/latest/install#installsh)
23+
- Install Coder using the [installation script](../../docs/install/install.sh.md)
2424
- Generates an initial user account `admin@coder.com` with a randomly generated password (stored in the VM under `/home/${USER}.linux/.config/coderv2/password`)
2525
- Initializes a [sample Docker template](https://github.com/coder/coder/tree/main/examples/templates/docker) for creating workspaces
2626

0 commit comments

Comments
 (0)