Skip to content

Commit e34bd90

Browse files
authored
Fix links to basarat's book (#31)
1 parent 37a2560 commit e34bd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ When looking at the metadata you'll notice they all have a similar structure (so
180180
```
181181

182182
> `SyntaxKind` is a TypeScript enum which describes the kind of node.
183-
> For [more information have a read of Basarat's AST tip](https://basarat.gitbooks.io/typescript/content/docs/compiler/ast-tip-syntaxkind.html).
183+
> For [more information have a read of Basarat's AST tip](https://basarat.gitbook.io/typescript/overview/ast/ast-tip-syntaxkind).
184184
185185
And so on.
186186
Each of these describe a `Node`.
@@ -205,7 +205,7 @@ Two steps are exclusive to TypeScript,
205205
_binder_ and _checker_.
206206
We are going to gloss over _checker_ as it relates to TypeScripts type checking specifics.
207207

208-
> For a more in-depth understanding of the TypeScript compiler internals have a read of [Basarat's handbook](https://basarat.gitbooks.io/typescript/content/docs/compiler/overview.html).
208+
> For a more in-depth understanding of the TypeScript compiler internals have a read of [Basarat's handbook](https://basarat.gitbook.io/typescript/).
209209
210210
### A Program according to TypeScript
211211

0 commit comments

Comments
 (0)