From c8021d2d0376fe29b860aaf16e3fb02314ea5d63 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 13 Dec 2023 18:22:12 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d3b25a4..bdac32b 100644 --- a/Home.md +++ b/Home.md @@ -14,8 +14,10 @@ - **[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) + - [Merging patches from upstream Vim](https://neovim.io/doc/user/dev_vimpatch.html) +- **[Maintain](https://github.com/neovim/neovim/blob/master/MAINTAIN.md)** - [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) +