Browse Source

Fix a typo in the summary cgroups link

booboule 8 years ago
parent
commit
6ecc12d8f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SUMMARY.md

+ 1 - 1
SUMMARY.md

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