Skip to content

Commit

Permalink
fix: fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed May 30, 2023
1 parent f886624 commit d8817e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/advanced/match-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this guide, we will help you grasp the core concepts of ast-grep's pattern th

## What is Tree-sitter

ast-grep is using [Tree-sitter](tree-sitter.github.io/) as its underlying parsing framework due to its **popularity**, **performance** and **robustness**.
ast-grep is using [Tree-sitter](https://tree-sitter.github.io/) as its underlying parsing framework due to its **popularity**, **performance** and **robustness**.

Tree-sitter is a tool that generates parsers and provides an incremental parsing library.

Expand Down

0 comments on commit d8817e4

Please sign in to comment.