From f8eb30653417919898da730c4852f3f8ecb6d967 Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Mon, 11 May 2020 11:17:23 -0600 Subject: [PATCH] Update README to point to new elixir-ls org Now that the JakeBecker project has been [moved](https://github.com/JakeBecker/elixir-ls/commit/9d4c1485e951b7ebdc0ed5b4f521451c5c99ad68), update the README. --- modules/lang/elixir/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/elixir/README.org b/modules/lang/elixir/README.org index 1ae98cf91..b1a703e2f 100644 --- a/modules/lang/elixir/README.org +++ b/modules/lang/elixir/README.org @@ -16,10 +16,10 @@ * Description This module provides support for [[https://elixir-lang.org/][Elixir programming language]] via [[https://github.com/tonini/alchemist.el][alchemist.el]] -or [[https://github.com/JakeBecker/elixir-ls/][elixir-ls]]. +or [[https://github.com/elixir-lsp/elixir-ls/][elixir-ls]]. ** Module flags -+ ~+lsp~ Enable LSP support. Requires [[https://github.com/JakeBecker/elixir-ls/][elixir-ls]]. ++ ~+lsp~ Enable LSP support. Requires [[https://github.com/elixir-lsp/elixir-ls/][elixir-ls]]. ** Plugins + [[https://github.com/elixir-editors/emacs-elixir][elixir-mode]]