From e052aee998d91685262c0ffd369a4b0d2d9c9239 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Sun, 19 May 2024 22:36:59 +0200 Subject: [PATCH] Fix external link --- crates/nu-lsp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-lsp/README.md b/crates/nu-lsp/README.md index 5e1e2173e9..d9e666d6c2 100644 --- a/crates/nu-lsp/README.md +++ b/crates/nu-lsp/README.md @@ -1,6 +1,6 @@ Implementation of the Nushell language server. -See https://microsoft.github.io/language-server-protocol/ +See [the Language Server Protocol specification](https://microsoft.github.io/language-server-protocol/) ## Internal Nushell crate