From d8817e4ec307611240b45a1d775ddc319edc9b7a Mon Sep 17 00:00:00 2001 From: HerrintonDarkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Mon, 29 May 2023 20:33:17 -0700 Subject: [PATCH] fix: fix dead link --- website/advanced/match-algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/advanced/match-algorithm.md b/website/advanced/match-algorithm.md index dff6418f..91c64990 100644 --- a/website/advanced/match-algorithm.md +++ b/website/advanced/match-algorithm.md @@ -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.