From fa28522ea85e5c56cfe6634902011df43c8c4e34 Mon Sep 17 00:00:00 2001 From: alexfornuto Date: Tue, 19 Oct 2021 14:14:40 -0500 Subject: [PATCH] link cleanup --- docs/docs/releases.md | 2 +- docs/docs/tcp/readme.md | 2 +- docs/docs/tcp/redis.md | 2 +- docs/enterprise/install/helm.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/releases.md b/docs/docs/releases.md index 174648e27..5e451577a 100644 --- a/docs/docs/releases.md +++ b/docs/docs/releases.md @@ -9,7 +9,7 @@ description: This article describes various ways to install pomerium Pomerium is shipped in multiple formats and architectures to suit a variety of deployment patterns. There are two binaries: - `pomerium` is the primary server component. It is a monolithic binary that can perform the function of any [services mode](/reference/readme.md#service-mode). -- `pomerium-cli` (optional) is a command-line client for working with Pomerium. Functions include acting as an authentication helper for tools like [kubectl](topics/kubernetes-integration.md). +- `pomerium-cli` (optional) is a command-line client for working with Pomerium. Functions include acting as an authentication helper for tools like [kubectl](/docs/k8s/readme.md). [[toc]] diff --git a/docs/docs/tcp/readme.md b/docs/docs/tcp/readme.md index 7c27c2372..4148c50a4 100644 --- a/docs/docs/tcp/readme.md +++ b/docs/docs/tcp/readme.md @@ -75,7 +75,7 @@ localhost:52046> You may specify an optional address and port for the `tcp` command to listen on. -`-` specifies that STDIN and STDOUT should be directly attached to the remote TCP connection. This is useful for [SSH](#ssh-helper-configuration) or for sending data through a shell pipe. +`-` specifies that STDIN and STDOUT should be directly attached to the remote TCP connection. This is useful for [SSH](/docs/tcp/ssh.md#tunnel-and-connect-simultaneously) or for sending data through a shell pipe. ### Custom URL diff --git a/docs/docs/tcp/redis.md b/docs/docs/tcp/redis.md index d99c68172..bd4db7acc 100644 --- a/docs/docs/tcp/redis.md +++ b/docs/docs/tcp/redis.md @@ -38,7 +38,7 @@ Redis is a popular in-memory data structure store. It can be run locally or conf redis-cli -h localhost -p 6379 ``` -This demonstrates access to a Redis server through Pomerium from the `redis-cli` tool. Pomerium Enterprise users can utilize [Service Accounts](/enterprise/service-accounts.md) to enable secure machine-to-machine communication of Redis services. +This demonstrates access to a Redis server through Pomerium from the `redis-cli` tool. Pomerium Enterprise users can utilize [Service Accounts](/enterprise/reference/configure.md#service-accounts) to enable secure machine-to-machine communication of Redis services. ## More Resources diff --git a/docs/enterprise/install/helm.md b/docs/enterprise/install/helm.md index 7d0a3c8f4..12cbc1e98 100644 --- a/docs/enterprise/install/helm.md +++ b/docs/enterprise/install/helm.md @@ -160,7 +160,7 @@ If, while updating the open-source Pomerium values, you change any block's `serv kubectl delete svc pomerium-proxy ``` -[Pomerium using Helm]: /docs/install/helm.md +[Pomerium using Helm]: /docs/k8s/helm.md [cert-manager]: https://cert-manager.io/docs/ ### Generate Recovery Token