From 379241bd06f05284613a6f50bec194fc8d1ce2b2 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sun, 27 Mar 2016 15:13:26 -0700 Subject: [PATCH] Update links Including a link to the not-yet-existent Hackage package. --- after/syntax/vim.vim | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/after/syntax/vim.vim b/after/syntax/vim.vim index 03c3529..f7ddd3f 100644 --- a/after/syntax/vim.vim +++ b/after/syntax/vim.vim @@ -43,17 +43,19 @@ " " # Related " -" The docvim tool itself is an NPM module, available at: +" The docvim tool itself is a Haskell module, available at: " -" https://www.npmjs.com/package/docvim +" http://hackage.haskell.org/package/docvim " " The official source code repo is at: " " http://git.wincent.com/docvim.git " -" A mirror exists at: +" Mirrors exist at: " -" https://github.com/wincent/docvim +" - https://github.com/wincent/docvim +" - https://gitlab.com/wincent/docvim +" - https://bitbucket.org/ghurrell/docvim " " " # Website -- 2.37.1