From: Kamalesh Babulal Date: Fri, 14 Apr 2023 05:48:49 +0000 (+0530) Subject: docs: cgroup-v1/cpusets: update libcgroup project link X-Git-Tag: v6.4-rc1~86^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9403d9cb564b6a3af86cb18fe722097ed7620f6f;p=thirdparty%2Fkernel%2Flinux.git docs: cgroup-v1/cpusets: update libcgroup project link Update the libcgroup project link, in the cgroup v1/cpusets documentation. Signed-off-by: Kamalesh Babulal Signed-off-by: Tejun Heo --- diff --git a/Documentation/admin-guide/cgroup-v1/cpusets.rst b/Documentation/admin-guide/cgroup-v1/cpusets.rst index 5d844ed4df699..ae646d621a8ab 100644 --- a/Documentation/admin-guide/cgroup-v1/cpusets.rst +++ b/Documentation/admin-guide/cgroup-v1/cpusets.rst @@ -719,7 +719,7 @@ There are ways to query or modify cpusets: cat, rmdir commands from the shell, or their equivalent from C. - via the C library libcpuset. - via the C library libcgroup. - (http://sourceforge.net/projects/libcg/) + (https://github.com/libcgroup/libcgroup/) - via the python application cset. (http://code.google.com/p/cpuset/)