docs: fix broken link

This commit is contained in:
Yusuf Raji 2025-01-19 22:27:36 +01:00 committed by GitHub
parent a9dbb7257c
commit 1c9a2fa455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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