diff --git a/README.vim.md b/README.vim.md index 1de5e8d..f79c00e 100644 --- a/README.vim.md +++ b/README.vim.md @@ -585,7 +585,7 @@ with a lazy extension in `lazy`. rocks = { enabled = true, root = vim.fn.stdpath("data") .. "/lazy-rocks", - server = "https://nvim-neorocks.github.io/rocks-binaries/", + server = "https://lumen-oss.github.io/rocks-binaries/", -- use hererocks to install luarocks? -- set to `nil` to use hererocks when luarocks is not found -- set to `true` to always use hererocks diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 2ae3b36..5441ca5 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -669,7 +669,7 @@ will be added to the plugin’s spec. rocks = { enabled = true, root = vim.fn.stdpath("data") .. "/lazy-rocks", - server = "https://nvim-neorocks.github.io/rocks-binaries/", + server = "https://lumen-oss.github.io/rocks-binaries/", -- use hererocks to install luarocks? -- set to `nil` to use hererocks when luarocks is not found -- set to `true` to always use hererocks diff --git a/docs/configuration/index.md b/docs/configuration/index.md index adfe30b..ce8dd44 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -63,7 +63,7 @@ sidebar_position: 5 rocks = { enabled = true, root = vim.fn.stdpath("data") .. "/lazy-rocks", - server = "https://nvim-neorocks.github.io/rocks-binaries/", + server = "https://lumen-oss.github.io/rocks-binaries/", -- use hererocks to install luarocks? -- set to `nil` to use hererocks when luarocks is not found -- set to `true` to always use hererocks