diff options
author | Jonas De Vuyst | 2024-03-17 22:56:17 +0000 |
---|---|---|
committer | GitHub | 2024-03-17 22:56:17 +0000 |
commit | 0301d01e78fce2d589282cbb58727d8df4a0604c (patch) | |
tree | 637eb5408877f899da721f4dc8a11e79dfc463e1 | |
parent | 3890376a23e84d5bcdac31cb9d0f6913abe0fc7f (diff) |
Fix URL in doc chapter about Textobject queries (#5773)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
-rw-r--r-- | book/src/guides/textobject.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/guides/textobject.md b/book/src/guides/textobject.md index 405f11c1..b83c067e 100644 --- a/book/src/guides/textobject.md +++ b/book/src/guides/textobject.md @@ -44,4 +44,4 @@ doesn't make sense in a navigation context. [tree-sitter-queries]: https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax [tree-sitter-captures]: https://tree-sitter.github.io/tree-sitter/using-parsers#capturing-nodes -[textobject-examples]: https://github.com/search?q=repo%3Ahelix-editor%2Fhelix+filename%3Atextobjects.scm&type=Code&ref=advsearch&l=&l= +[textobject-examples]: https://github.com/search?q=repo%3Ahelix-editor%2Fhelix+path%3A%2A%2A/textobjects.scm&type=Code&ref=advsearch&l=&l= |