From 206c821ad3c5860042dc6fc1a7d2689d8884c22e Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.com>
Date: Mon, 7 Jun 2021 15:00:16 +0100
Subject: [PATCH] Correct external link to cgroup documentation

The cgroup-v1 documentation has moved, correct the link.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
 content/concepts/robustness.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/concepts/robustness.md b/content/concepts/robustness.md
index 6b56fa7eb..44f79d3b6 100644
--- a/content/concepts/robustness.md
+++ b/content/concepts/robustness.md
@@ -811,7 +811,7 @@ the filesystem is
 
 [kernel-proc]: http://www.kernel.org/doc/Documentation/filesystems/proc.txt
 
-[memory.usage_in_bytes]: http://www.kernel.org/doc/Documentation/cgroups/memory.txt
+[memory.usage_in_bytes]: http://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt
 
 [NETPRIO_CGROUP]: http://lwn.net/Articles/474695/
 
-- 
GitLab