Skip to content

Commit

Permalink
Fix broken links (neovim#2183)
Browse files Browse the repository at this point in the history
* fix(idris2_lsp): fix a broken link

The package `idris2-api-git` doesn't exist anymore.
I confirmed `idris2` also installs idris2api.

* fix(volar): specify the commit for URL

* fix(codeqlls): fix a broken link
  • Loading branch information
equal-l2 authored Oct 9, 2022
1 parent 8536646 commit 9188069
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/codeqlls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {
docs = {
description = [[
Reference:
https://help.semmle.com/codeql/codeql-cli.html
https://codeql.github.com/docs/codeql-cli/
Binaries:
https://github.com/github/codeql-cli-binaries
Expand Down
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/idris2_lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ experimental).
Idris2-Lsp requires a build of Idris 2 that includes the "Idris 2 API" package.
Package managers with known support for this build include the
[AUR](https://aur.archlinux.org/packages/idris2-api-git/) and
[AUR](https://aur.archlinux.org/packages/idris2/) and
[Homebrew](https://formulae.brew.sh/formula/idris2#default).
If your package manager does not support the Idris 2 API, you will need to build
Expand Down
4 changes: 2 additions & 2 deletions lua/lspconfig/server_configurations/volar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local function get_typescript_server_path(root_dir)
return project_root and (util.path.join(project_root, 'node_modules', 'typescript', 'lib')) or ''
end

-- https://github.com/johnsoncodehk/volar/blob/master/packages/shared/src/types.ts
-- https://github.com/johnsoncodehk/volar/blob/20d713b/packages/shared/src/types.ts
local volar_init_options = {
typescript = {
tsdk = '',
Expand Down Expand Up @@ -70,7 +70,7 @@ return {
},
docs = {
description = [[
https://github.com/johnsoncodehk/volar/tree/master/packages/vue-language-server
https://github.com/johnsoncodehk/volar/tree/20d713b/packages/vue-language-server
Volar language server for Vue
Expand Down

0 comments on commit 9188069

Please sign in to comment.