From d3e8e6a7a8257111c23bb5f7f393711ce029b545 Mon Sep 17 00:00:00 2001 From: Arnon Yaari Date: Tue, 30 Apr 2019 17:48:40 -0600 Subject: [PATCH] [AIX] Update resource links IBM removed the AIX 6.1 docs. Use the 7.2 version instead. --- psutil/_psutil_aix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psutil/_psutil_aix.c b/psutil/_psutil_aix.c index bbe3f932a..1a83ac24e 100644 --- a/psutil/_psutil_aix.c +++ b/psutil/_psutil_aix.c @@ -23,9 +23,9 @@ * * Useful resources: * - proc filesystem: http://www-01.ibm.com/support/knowledgecenter/ - * ssw_aix_61/com.ibm.aix.files/proc.htm + * ssw_aix_72/com.ibm.aix.files/proc.htm * - libperfstat: http://www-01.ibm.com/support/knowledgecenter/ - * ssw_aix_61/com.ibm.aix.files/libperfstat.h.htm + * ssw_aix_72/com.ibm.aix.files/libperfstat.h.htm */ #include