From b4d15a28d2ca80472fe1f4dababc877d7111f8d6 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Fri, 5 Jul 2024 08:21:41 -0500 Subject: [PATCH] Fix failing deno.com URL (new location) --- docs/books/nvchad/plugins/md_preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/nvchad/plugins/md_preview.md b/docs/books/nvchad/plugins/md_preview.md index 2c7b07b63e..a00f45d1f2 100644 --- a/docs/books/nvchad/plugins/md_preview.md +++ b/docs/books/nvchad/plugins/md_preview.md @@ -23,7 +23,7 @@ To integrate this functionality into your editor, two of the plugins available f ### Peek.nvim -[Peek](https://github.com/toppair/peek.nvim) uses [Deno](https://deno.com/manual) a JavaScript, TypeScript and WebAssembly runtime with default and secure settings for its operation. By default Deno does not allow any file, network or environment access unless explicitly enabled. +[Peek](https://github.com/toppair/peek.nvim) uses [Deno](https://docs.deno.com/runtime/manual/) a JavaScript, TypeScript and WebAssembly runtime with default and secure settings for its operation. By default Deno does not allow any file, network or environment access unless explicitly enabled. To install the language server in the editor configuration, the *mason.nvim* plugin is used, which provides the command `:MasonInstall`, a command that enables the automatic inclusion and configuration of *Deno*.