From 9a5bbd33d1910d2c2adefd04ca44dcdd190866a5 Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Sat, 3 Mar 2018 00:09:26 +0600 Subject: [PATCH] fix links in Concepts/README.md --- Concepts/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Concepts/README.md b/Concepts/README.md index 324ab98..445364c 100644 --- a/Concepts/README.md +++ b/Concepts/README.md @@ -2,7 +2,7 @@ This chapter describes various concepts which are used in the Linux kernel. -* [Per-CPU variables](per-cpu.md) -* [CPU masks](cpumask.md) -* [The initcall mechanism](initcall.md) -* [Notification Chains](notification_chains.md) \ No newline at end of file +* [Per-CPU variables](linux-cpu-1.md) +* [CPU masks](linux-cpu-2.md) +* [The initcall mechanism](linux-cpu-3.md) +* [Notification Chains](linux-cpu-4.md) \ No newline at end of file