aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-12-13 19:16:41 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-13 20:31:16 +0100
commit1d63a057a6cb47e84c204f64ba5406cfe7a3ab93 (patch)
treebb00fb949454078cba1e1db6b32a3a7b478c65b2 /INSTALL.md
parent7908dc0d1552e715cc4cc077e6b87d53d0e323c2 (diff)
downloadrneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.tar.gz
rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.tar.bz2
rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.zip
docs: fix links
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c69551342e..3acee676f4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,7 +5,7 @@ You can install Neovim from [download](#install-from-download), [package](#insta
- To start Neovim, run `nvim` (not `neovim`).
- [Discover plugins](Related-projects#plugins).
- Before upgrading to a new version, **check [Breaking Changes](https://neovim.io/doc/user/news.html#news-breaking).**
-- For config (vimrc) see [the FAQ](https://github.com/neovim/neovim/wiki/FAQ#where-should-i-put-my-config-vimrc).
+- For config (vimrc) see [the FAQ](https://neovim.io/doc/user/faq.html#faq-general).
---