Skip to content

Commit bbe7dae

Browse files
committed
Update links
1 parent 34dbdf3 commit bbe7dae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coc-elixir
22

3-
Elixir language server extension based on [elixir-ls](https://github.com/JakeBecker/elixir-ls) for [`coc.nvim`](https://github.com/neoclide/coc.nvim).
3+
Elixir language server extension based on [elixir-ls](https://github.com/elixir-lsp/elixir-ls) for [`coc.nvim`](https://github.com/neoclide/coc.nvim).
44

55
## Install
66

@@ -24,12 +24,12 @@ Elixir language server extension based on [elixir-ls](https://github.com/JakeBec
2424

2525
### Server fails to start
2626

27-
If, for some reason, the language server fails to start, you can try doing a manual installation of [ElixirLS](https://github.com/JakeBecker/elixir-ls) to fix the problem.
27+
If, for some reason, the language server fails to start, you can try doing a manual installation of [ElixirLS](https://github.com/elixir-lsp/elixir-ls) to fix the problem.
2828

2929
Start by building a binary of ElixirLS from its source:
3030

3131
```
32-
git clone https://github.com/JakeBecker/elixir-ls.git ~/.elixir-ls
32+
git clone https://github.com/elixir-lsp/elixir-ls.git ~/.elixir-ls
3333
cd ~/.elixir-ls
3434
mix deps.get && mix compile && mix elixir_ls.release -o release
3535
```

0 commit comments

Comments
 (0)