docs: fix broken link
This commit is contained in:
parent
a9dbb7257c
commit
1c9a2fa455
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Logging (if enabled) can be viewed in the browser's console.
|
|||
<p>The syntax tree should update as you type in the code. As you move around the
|
||||
code, the current node should be highlighted in the tree; you can also click any
|
||||
node in the tree to select the corresponding part of the code.</p>
|
||||
<p>You can enter one or more <a href="/using-parsers/queries/index.html">patterns</a>
|
||||
<p>You can enter one or more <a href="/tree-sitter/using-parsers/queries/index.html">patterns</a>
|
||||
into the Query panel. If the query is valid, its captures will be
|
||||
highlighted both in the Code and in the Query panels. Otherwise
|
||||
the problematic parts of the query will be underlined, and detailed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue