From e1ff3c7e59ed72af6a9b598d9bab9194e5c6ae37 Mon Sep 17 00:00:00 2001 From: Smittyvb Date: Sat, 20 Apr 2019 06:21:42 -0400 Subject: [PATCH] Fix old documentation link --- Editor-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor-Support.md b/Editor-Support.md index 1025536..30e4969 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -33,7 +33,7 @@ The following editors have some Nim support: * Syntax Highlighting * Auto-indent * Build/Jump to errors within Vim - * Project Navigation and Jump to Definition (using the Ctags support listed below or [Nim's idetools](http://nim-lang.org/idetools.html) command) + * Project Navigation and Jump to Definition (using the Ctags support listed below or [Nim's idetools](https://nim-lang.org/docs/idetools.html) command) * https://github.com/baabelfish/nvim-nim