diff options
author | Mikko <Andriamanitra@users.noreply.github.com> | 2023-09-25 15:09:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 14:09:27 +0200 |
commit | 83f20007aac0f9ebb0eb59b71a932e7a91d5d9a7 (patch) | |
tree | a2e702c7e583f5f82d137d000892b0a29c79cfd7 | |
parent | bb4b00df929a84d0302659700b97160f0fdbab78 (diff) |
docs: fix broken deno manual link (#20667)
-rw-r--r-- | cli/lsp/README.md | 2 |
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). |