aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-12-12 16:42:02 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-13 17:53:36 +0100
commitfbd0f6658f960a069f8fef09f5f91c4b11259977 (patch)
tree459d00e7fef10dd6126736103500868c5d9057ac /runtime
parentc8223007d0e0a1d5dbcda31f364d1d1baee9d772 (diff)
downloadrneovim-fbd0f6658f960a069f8fef09f5f91c4b11259977.tar.gz
rneovim-fbd0f6658f960a069f8fef09f5f91c4b11259977.tar.bz2
rneovim-fbd0f6658f960a069f8fef09f5f91c4b11259977.zip
docs: add installation and build guides from wiki to repo
Diffstat (limited to 'runtime')
-rw-r--r--runtime/lua/nvim/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/nvim/health.lua b/runtime/lua/nvim/health.lua
index 6b6370fa19..afab6f824d 100644
--- a/runtime/lua/nvim/health.lua
+++ b/runtime/lua/nvim/health.lua
@@ -17,7 +17,7 @@ local shell_error = function()
return vim.v.shell_error ~= 0
end
-local suggest_faq = 'https://github.com/neovim/neovim/wiki/Building-Neovim#optimized-builds'
+local suggest_faq = 'https://github.com/neovim/neovim/blob/docs/install/BUILD.md#building'
local function check_runtime()
health.start('Runtime')