docs: cgroup-v1/cpusets: update libcgroup project link

Message ID 20230414054849.320414-1-kamalesh.babulal@oracle.com
State New
Headers
Series docs: cgroup-v1/cpusets: update libcgroup project link |

Commit Message

Kamalesh Babulal April 14, 2023, 5:48 a.m. UTC
  Update the libcgroup project link, in the cgroup v1/cpusets
documentation.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
---
 Documentation/admin-guide/cgroup-v1/cpusets.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Tejun Heo April 14, 2023, 4:56 p.m. UTC | #1
On Fri, Apr 14, 2023 at 11:18:49AM +0530, Kamalesh Babulal wrote:
> Update the libcgroup project link, in the cgroup v1/cpusets
> documentation.
> 
> Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>

Applied to cgroup/for-6.4.

Thanks.
  

Patch

diff --git a/Documentation/admin-guide/cgroup-v1/cpusets.rst b/Documentation/admin-guide/cgroup-v1/cpusets.rst
index 5d844ed4df69..ae646d621a8a 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/)