From 7f7841ce6d62505ed900b66d495244007a0ca941 Mon Sep 17 00:00:00 2001 From: Martin Ottenwaelter Date: Wed, 2 Jul 2025 08:54:17 +0200 Subject: [PATCH] fix 404 link to centos.org --- mem/mem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mem/mem.go b/mem/mem.go index 0da71a9..01932dd 100644 --- a/mem/mem.go +++ b/mem/mem.go @@ -48,7 +48,7 @@ type VirtualMemoryStat struct { Laundry uint64 `json:"laundry"` // Linux specific numbers - // https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-proc-meminfo.html + // https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-meminfo // https://www.kernel.org/doc/Documentation/filesystems/proc.txt // https://www.kernel.org/doc/Documentation/vm/overcommit-accounting // https://www.kernel.org/doc/Documentation/vm/transhuge.txt