From 8af48e2f20d105386e242457da1a15f929419389 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Wed, 28 Aug 2019 07:34:53 -0500 Subject: [PATCH] fixing book links, closes #1504 --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1469394d..87b2a5ca1 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,14 @@ I want to extend a warm and deep thanks to Marc Grabanski and the entire Fronten ## Titles -* ["Getting Started"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/getting\%20started/README.md) -* ["Scope & Closures"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/scope\%20&\%20closures/README.md) -* ["this & Object Prototypes"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/this\%20&\%20object\%20prototypes/README.md) -* ["Types & Grammar"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/types\%20&\%20grammar/README.md) -* ["Async & Performance"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/async\%20&\%20performance/README.md) -* ["ES:Next & Beyond"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/esnext\%20&\%20beyond/README.md) +I recommend reading the books in this order: + +* [Getting Started](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed/getting-started/README.md) +* [Scope & Closures](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed/scope-closures/README.md) +* [this & Object Prototypes](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed/this-object-prototypes/README.md) +* [Types & Grammar](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed/types-grammar/README.md) +* [Async & Performance](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed/async-performance/README.md) +* [ES.Next & Beyond](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed/es-next-beyond/README.md) ## Publishing