1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

fix link to cgroups chapter

This commit is contained in:
Alexander Kuleshov 2018-03-03 00:08:02 +06:00
parent 1e81943f8e
commit 7aa498d0ef

View File

@ -58,7 +58,7 @@
* [Fixmaps and ioremap](mm/linux-mm-2.md)
* [kmemcheck](mm/linux-mm-3.md)
* [Cgroups](Cgroups/README.md)
* [Introduction to Control Groups](Cgroups/linux-cgroups1.md)
* [Introduction to Control Groups](Cgroups/linux-cgroups-1.md)
* [SMP]()
* [Concepts](Concepts/README.md)
* [Per-CPU variables](Concepts/linux-cpu-1.md)