From 83f20007aac0f9ebb0eb59b71a932e7a91d5d9a7 Mon Sep 17 00:00:00 2001
From: Mikko <Andriamanitra@users.noreply.github.com>
Date: Mon, 25 Sep 2023 15:09:27 +0300
Subject: [PATCH] docs: fix broken deno manual link (#20667)

---
 cli/lsp/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/lsp/README.md b/cli/lsp/README.md
index d896b688b9..a4bc99359d 100644
--- a/cli/lsp/README.md
+++ b/cli/lsp/README.md
@@ -6,4 +6,4 @@ which is specifically tailored to provide a _Deno_ view of code. It is
 integrated into the command line and can be started via the `lsp` sub-command.
 
 This documentation has been moved to the
-[Deno manual](https://deno.land/manual/language_server/overview).
+[Deno manual](https://docs.deno.com/runtime/manual/advanced/language_server/overview).