diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-12 22:48:48 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-12-13 18:31:05 +0100 |
commit | 7908dc0d1552e715cc4cc077e6b87d53d0e323c2 (patch) | |
tree | 71583c0b6b216b2c234ac1a1173472cf0d71f0b1 /CONTRIBUTING.md | |
parent | fbd0f6658f960a069f8fef09f5f91c4b11259977 (diff) | |
download | rneovim-7908dc0d1552e715cc4cc077e6b87d53d0e323c2.tar.gz rneovim-7908dc0d1552e715cc4cc077e6b87d53d0e323c2.tar.bz2 rneovim-7908dc0d1552e715cc4cc077e6b87d53d0e323c2.zip |
docs: move vim-patch wiki page to runtime documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f14eee9bc7..3fe735cad2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -327,7 +327,7 @@ as context, use the `-W` argument as well. [Clang report]: https://neovim.io/doc/reports/clang/ [GitHub Actions]: https://github.com/neovim/neovim/actions [clangd]: https://clangd.llvm.org -[Merge a Vim patch]: https://github.com/neovim/neovim/wiki/Merging-patches-from-upstream-Vim +[Merge a Vim patch]: https://neovim.io/doc/user/dev_vimpatch.html [complexity:low]: https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Acomplexity%3Alow [conventional_commits]: https://www.conventionalcommits.org [dev-doc-guide]: https://neovim.io/doc/user/develop.html#dev-doc |