aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/nvim/health.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-04 00:38:48 +0100
committerGitHub <noreply@github.com>2023-01-04 07:38:48 +0800
commit936e191fef9865600af211c29ea4959ffbce81dd (patch)
treede6d07e200431bf5638c581b1a5bd856e0675682 /runtime/lua/nvim/health.lua
parent5529b07316b75913188c44698aed6c0f866c5da9 (diff)
downloadrneovim-936e191fef9865600af211c29ea4959ffbce81dd.tar.gz
rneovim-936e191fef9865600af211c29ea4959ffbce81dd.tar.bz2
rneovim-936e191fef9865600af211c29ea4959ffbce81dd.zip
docs: fix typos (#21427)
Co-authored-by: Gustavo Sampaio <gbritosampaio@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com> Co-authored-by: Tomas Nemec <nemi@skaut.cz>
Diffstat (limited to 'runtime/lua/nvim/health.lua')
-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 0dd32ddc0b..c00b921d5c 100644
--- a/runtime/lua/nvim/health.lua
+++ b/runtime/lua/nvim/health.lua
@@ -1,7 +1,7 @@
local M = {}
local health = require('vim.health')
-local suggest_faq = 'https://github.com/neovim/neovim/wiki/FAQ'
+local suggest_faq = 'https://github.com/neovim/neovim/wiki/Building-Neovim#optimized-builds'
local function check_runtime()
health.report_start('Runtime')