aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorMathis Brossier2023-10-02 14:10:29 +0000
committerGitHub2023-10-02 14:10:29 +0000
commit7fbfec766c2ce2570ca4160744723813dbdc3019 (patch)
tree78bc36d21055d4d82d09741115c848fc1de6f99b /book
parent6abaf3d24f47b9537766e9a8ffe1d76a4329d1f2 (diff)
book: Fix broken link (#8441)
Diffstat (limited to 'book')
-rw-r--r--book/src/guides/injection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/guides/injection.md b/book/src/guides/injection.md
index 18c474cf..e842ae30 100644
--- a/book/src/guides/injection.md
+++ b/book/src/guides/injection.md
@@ -1,7 +1,7 @@
# Adding Injection Queries
Writing language injection queries allows one to highlight a specific node as a different language.
-In addition to the [standard](upstream-docs) language injection options used by tree-sitter, there
+In addition to the [standard][upstream-docs] language injection options used by tree-sitter, there
are a few Helix specific extensions that allow for more control.
And example of a simple query that would highlight all strings as bash in Nix: