From e7b9a6979315e6a2a4c8f9dc1931926db4870652 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 30 Mar 2015 13:18:39 +0200 Subject: [PATCH] bug in path, /MM/ instead /mm/ --- mm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/README.md b/mm/README.md index 7a575a4..fd48158 100644 --- a/mm/README.md +++ b/mm/README.md @@ -3,4 +3,4 @@ This chapter describes memory management in the linux kernel. You will see here a couple of posts which describe different parts of the linux memory management framework: -* [Memblock](https://github.com/0xAX/linux-insides/blob/master/MM/linux-mm-1.md) - describes early `memblock` allocator. +* [Memblock](https://github.com/0xAX/linux-insides/blob/master/mm/linux-mm-1.md) - describes early `memblock` allocator.