From 453da8d9c4f8e167e02d76a6c8e78f1c34480b72 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 23 Sep 2022 08:59:36 -0700 Subject: [PATCH] remove references to doc/dev --- Home.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)