From d051a87a2e6d47b180d150cc4dcc6af208412504 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Mon, 10 Sep 2018 10:35:02 -0500 Subject: [PATCH] link threads intro into README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54d876..ce63192 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Memory Virtualization Chapters: ## Concurrency Concurrency Chapters: -* Concurrency and Threads +* [Concurrency and Threads](https://github.com/remzi-arpacidusseau/ostep-code/tree/master/threads-intro) * Threads API * Locks * Locked Data Structures