From 77a5dfacd6f44768c11a61f829f626e0a63b6d71 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 31 Dec 2021 12:17:51 +0800 Subject: [PATCH] fix: broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5981b7..143de19 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ If you still have an issue, [open a new issue](https://github.com/jdhao/nvim-con # Further readings -Some of the resources that I find helpful in mastering Vim is documented [here](docs/vim_resources.md). +Some of the resources that I find helpful in mastering Vim is documented [here](docs/nvim_resources.md). You may also be interested in my post in configuring Vim on different platforms: + [Config nvim on Linux for Python development](https://jdhao.github.io/2018/12/24/centos_nvim_install_use_guide_en/)