Skip to content

Commit ed28dcb

Browse files
committed
Update documentation links for clients and Kubernetes references
- Changed links in the connection.mdx file to point to the correct deployment documentation for Pomerium CLI and Desktop App. - Updated links in the codec-type.mdx file to reflect the new paths for Kubernetes parameters and global configuration. These changes enhance the accuracy and accessibility of the documentation for users.
1 parent 3162fdb commit ed28dcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/internals/connection.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TCP and UDP traffic is tunneled over HTTP, so let's focus on the HTTP connection
2020

2121
### 1. **Downstream connection and TLS termination**
2222

23-
- A client, usually a web browser, [Pomerium CLI](/docs/clients/pomerium-cli), or [Pomerium Desktop App](/docs/clients/pomerium-desktop), initiates a connection to Pomerium. This connection can be HTTP/1.1, HTTP/2, or HTTP/3.
23+
- A client, usually a web browser, [Pomerium CLI](/docs/deploy/clients), or [Pomerium Desktop App](/docs/deploy/clients), initiates a connection to Pomerium. This connection can be HTTP/1.1, HTTP/2, or HTTP/3.
2424

2525
:::tip **Note**
2626

content/docs/reference/codec-type.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CODEC_TYPE=http2
4545
</TabItem>
4646
<TabItem value="Kubernetes" label="Kubernetes">
4747

48-
| **[Parameter name](/docs/k8s/reference#spec)** | **Type** | **Usage** | **Default** |
48+
| **[Parameter name](/docs/deploy/k8s/reference#spec)** | **Type** | **Usage** | **Default** |
4949
| :-- | :-- | :-- | :-- |
5050
| `codecType` | `string` | **optional** | `auto` |
5151

@@ -55,7 +55,7 @@ CODEC_TYPE=http2
5555
codecType: http2
5656
```
5757
58-
See [Kubernetes - Global Configuration](/docs/k8s/configure) for more information.
58+
See [Kubernetes - Global Configuration](/docs/deploy/k8s/configure.md) for more information.
5959
6060
</TabItem>
6161
</Tabs>

0 commit comments

Comments
 (0)