summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMikko <Andriamanitra@users.noreply.github.com>2023-09-25 15:09:27 +0300
committerGitHub <noreply@github.com>2023-09-25 14:09:27 +0200
commit83f20007aac0f9ebb0eb59b71a932e7a91d5d9a7 (patch)
treea2e702c7e583f5f82d137d000892b0a29c79cfd7 /cli
parentbb4b00df929a84d0302659700b97160f0fdbab78 (diff)
docs: fix broken deno manual link (#20667)
Diffstat (limited to 'cli')
-rw-r--r--cli/lsp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/README.md b/cli/lsp/README.md
index d896b688b..a4bc99359 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).