From e741392f761122c36f6e00324166720120e6e976 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 27 Mar 2024 11:33:50 +0000 Subject: [PATCH] Fix broken hyperlink --- .../en/docs/tasks/configure-pod-container/security-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/security-context.md b/content/en/docs/tasks/configure-pod-container/security-context.md index 9193f7849bfee..b176d20df51c5 100644 --- a/content/en/docs/tasks/configure-pod-container/security-context.md +++ b/content/en/docs/tasks/configure-pod-container/security-context.md @@ -575,7 +575,7 @@ kubectl delete pod security-context-demo-4 * For more information about security mechanisms in Linux, see [Overview of Linux Kernel Security Features](https://www.linux.com/learn/overview-linux-kernel-security-features) (Note: Some information is out of date) -* Read about [User Namespaces](/docs/concepts/workloads/pods/user-namespaces.md) +* Read about [User Namespaces](/docs/concepts/workloads/pods/user-namespaces/) for Linux pods. * [Masked Paths in the OCI Runtime Specification](https://github.com/opencontainers/runtime-spec/blob/f66aad47309/config-linux.md#masked-paths) \ No newline at end of file