update links to pages moved to repo

Christian Clason 2023-12-13 17:56:27 +01:00
parent de0528d449
commit 68b0bf42c5

@ -5,17 +5,17 @@
## Users
- **[Install](Installing-Neovim)**
- **[Install](https://github.com/neovim/neovim/blob/master/INSTALL.md)**
- [Breaking Changes](https://neovim.io/doc/user/news.html#news-breaking)
- [Documentation](http://neovim.io/doc/user/)
## Developers
- **[Build](Building-Neovim)**
- **[Build](https://github.com/neovim/neovim/blob/master/BUILD.md)**
- **[Contribute](https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md)**
- [Tests](https://github.com/neovim/neovim/blob/master/test/README.md)
- [Merging patches from upstream Vim](Merging-patches-from-upstream-Vim)
- [Style guide](https://neovim.io/doc/user/dev_style.html#dev-style)
- [C99 standard](http://port70.net/~nsz/c/c99/n1256.html)
- [Code overview](https://github.com/neovim/neovim/blob/master/src/nvim/README.md)
- [Remote UI architecture](Remote-UI-architecture)
- [Code overview](Code-overview)
- [C99 standard](http://port70.net/~nsz/c/c99/n1256.html)