Skip to content

Commit

Permalink
Merge pull request #718 from sebastiaanspeck/patch-1
Browse files Browse the repository at this point in the history
Fix links in why-tree-sitter
  • Loading branch information
rnkaufman authored May 13, 2024
2 parents 7bd2ac2 + 0edef40 commit ad281b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/why-tree-sitter.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# How we parse source code into ASTs

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

## Problem space and possible solutions

Expand Down

0 comments on commit ad281b5

Please sign in to comment.