Skip to content

Commit

Permalink
fix: fix deadlink
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Sep 17, 2024
1 parent 421f1e4 commit 6b96417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/advanced/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here are some tips to debug your rule:
* Use the [ast-grep playground](/playground.html) to test your rule.
* Simplify your rule to the minimal possible code that reproduces the issue.
* Confirm pattern's matched AST nodes are expected. e.g. statement and expression are [different matches](/advanced/pattern-parse.html#extract-effective-ast-for-pattern). This usually happens when you use `follows` or `precedes` in the rule.
* Check the [rule order](/faq.html#rule-matching-order-sensitive). The order of rules matters in ast-grep especially when using meta variables with relational rules.
* Check the [rule order](/advanced/faq.html#why-is-rule-matching-order-sensitive). The order of rules matters in ast-grep especially when using meta variables with relational rules.

## MetaVariable does not work, why?

Expand Down

0 comments on commit 6b96417

Please sign in to comment.