From 50d23f571a0ac3faa3cc52df02af669db4d064e5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Dec 2022 16:24:55 -0800 Subject: [PATCH] Fix for cross-reference in Nova doc. --- editor-nova.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor-nova.md b/editor-nova.md index 5dbe8720..3b7514d9 100644 --- a/editor-nova.md +++ b/editor-nova.md @@ -9,7 +9,7 @@ extension facility. This extension utilizes serve-d for LSP functionality. Installing this will enable D support to work in Nova. It will also enable syntax highlighting, folding, and -indentation features via the Tree-sitter [D grammar][4]. +indentation features via the Tree-sitter [D grammar][3]. ## Requirements