Skip to content

Commit

Permalink
fixing book links, closes #1504
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Aug 28, 2019
1 parent 29390bc commit 5cb284a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -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](getting-started/README.md)
* [Scope & Closures](scope-closures/README.md)
* [this & Object Prototypes](this-object-prototypes/README.md)
* [Types & Grammar](types-grammar/README.md)
* [Async & Performance](async-performance/README.md)
* [ES.Next & Beyond](es-next-beyond/README.md)

## Publishing

Expand Down

0 comments on commit 5cb284a

Please sign in to comment.