Skip to content

Commit eb2e79a

Browse files
committed
Fix broken links
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 471b47d commit eb2e79a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

versioned_docs/version-2.21/reference/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ roleRef:
266266
apiGroup: rbac.authorization.k8s.io
267267
```
268268

269-
The user will also need the [Traffic Manager connect permission](#traffic-manager-connect-permission) described above.
269+
The user will also need the [Traffic Manager connect permission](#cluster-wide-installation) described above.

versioned_docs/version-2.22/howtos/large-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Managers, as long as each one manages its own unique set of namespaces.
4747

4848
A client that connects to a Traffic Manager will automatically be limited to its managed namespaces.
4949

50-
See [Installing a namespaced-scoped traffic-manager](../install/manager.md#installing-a-namespace-scoped-traffic-manager) for details.
50+
See [Limiting the Namespace Scope](../install/manager.md#limiting-the-namespace-scope) for details.

versioned_docs/version-2.22/reference/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ running `telepresence list` or `kubectl describe pod <pod-name>`.
4343
Depending on if an `replace` or `intercept` is active or not, the Traffic Agent will either route the incoming request
4444
to your workstation, or it will pass it along to the container in the pod usually handling requests.
4545

46-
Please see [Traffic Agent Sidecar](intercepts/sidecar.md) for details.
46+
Please see [Traffic Agent Sidecar](engagements/sidecar.md) for details.

versioned_docs/version-2.22/reference/rbac.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ is configured with a dynamic namespace selector.
5858

5959
These are the permissions required by the `traffic-manager` account in such a configuration:
6060

61+
### Traffic Manager Permissions
6162
```yaml
6263
---
6364
apiVersion: v1
@@ -262,4 +263,4 @@ roleRef:
262263
apiGroup: rbac.authorization.k8s.io
263264
```
264265

265-
The user will also need the [Traffic Manager connect permission](#traffic-manager-connect-permission) described above.
266+
The user will also need the [Traffic Manager connect permission](#traffic-manager-permissions) described above.

0 commit comments

Comments
 (0)