From d9e7a5a4cfc39dfc0821b9076959b7324067ede0 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 23 Nov 2015 18:51:22 -0500 Subject: doc/develop.txt: Mention src/nvim/README.md --- runtime/doc/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 7e71541e45..952cab81f0 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -13,7 +13,7 @@ Vim. 2. Coding style |coding-style| 3. Design decisions |design-decisions| -See the file README.txt in the "src" directory for an overview of the source +See the file "src/nvim/README.md" for a high-level overview of the source code. Vim is open source software. Everybody is encouraged to contribute to help -- cgit