From 1cd65504dc96db6e0fb45c8ece79d8cf58d8cbb9 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 22 Mar 2015 19:52:03 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index f82f739..0644465 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -9,7 +9,7 @@ * [Initialization](Initialization/README.md) * [First steps in the kernel](Initialization/linux-initialization-1.md) * [Early interrupts handler](Initialization/linux-initialization-2.md) - * [Last preparations before the kernel entry point](linux-initialization-3.md) + * [Last preparations before the kernel entry point](Initialization/linux-initialization-3.md) * [Data Structures in the Linux Kernel](DataStructures/README.md) * [Doubly linked list](DataStructures/dlist.md) * [Theory](Theory/README.md)