Skip to content

Commit 5cb284a

Browse files
committed
fixing book links, closes #1504
1 parent 29390bc commit 5cb284a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ I want to extend a warm and deep thanks to Marc Grabanski and the entire Fronten
2727

2828
## Titles
2929

30-
* ["Getting Started"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/getting\%20started/README.md)
31-
* ["Scope & Closures"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/scope\%20&\%20closures/README.md)
32-
* ["this & Object Prototypes"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/this\%20&\%20object\%20prototypes/README.md)
33-
* ["Types & Grammar"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/types\%20&\%20grammar/README.md)
34-
* ["Async & Performance"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/async\%20&\%20performance/README.md)
35-
* ["ES:Next & Beyond"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/esnext\%20&\%20beyond/README.md)
30+
I recommend reading the books in this order:
31+
32+
* [Getting Started](getting-started/README.md)
33+
* [Scope & Closures](scope-closures/README.md)
34+
* [this & Object Prototypes](this-object-prototypes/README.md)
35+
* [Types & Grammar](types-grammar/README.md)
36+
* [Async & Performance](async-performance/README.md)
37+
* [ES.Next & Beyond](es-next-beyond/README.md)
3638

3739
## Publishing
3840

0 commit comments

Comments
 (0)