Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit ad281b5

Browse files
authored
Merge pull request #718 from sebastiaanspeck/patch-1
Fix links in why-tree-sitter
2 parents 7bd2ac2 + 0edef40 commit ad281b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/why-tree-sitter.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# How we parse source code into ASTs
22

33
#### Table of Contents
4-
1. [Problem space and possible solutions](#solutions)
5-
2. [Why we use tree-sitter](#why-tree-sitter)
6-
3. [Drawbacks of tree-sitter](#drawbacks)
4+
1. [Problem space and possible solutions](#problem-space-and-possible-solutions)
5+
2. [Why we use tree-sitter](#why-we-use-tree-sitter)
6+
3. [Drawbacks of tree-sitter](#drawbacks-of-tree-sitter)
77

88
## Problem space and possible solutions
99

0 commit comments

Comments
 (0)