diff --git a/Home.md b/Home.md index 8a8d1c8..6878f6e 100644 --- a/Home.md +++ b/Home.md @@ -18,9 +18,8 @@ - [Refactoring guidelines](https://github.com/neovim/neovim/wiki/Refactoring) - [Merging patches from upstream Vim](Merging-patches-from-upstream-Vim) - [Style guide](https://neovim.io/doc/user/dev_style.html#dev-style) -- [Source Documentation](https://neovim.io/doc/dev/globals_func.html) - - [Plugin Architecture](Plugin-UI-architecture) - - [Code overview](Code-overview) +- [Plugin Architecture](Plugin-UI-architecture) +- [Code overview](Code-overview) - [C programming techniques and Neovim-specific guidance](C-programming) - [C type refactoring guidelines](C-type-refactoring-guidelines) - [C99 standard](http://port70.net/~nsz/c/c99/n1256.html)