commit b6a87dc28958ab340d344fe3c3eb7a65297bdec9
parent 1b436e26b975aec7afb70941fe9a1776a752c1bb
Author: Daniel Moch <daniel@danielmoch.com>
Date: Fri, 7 Dec 2018 19:35:53 -0500
Tweak README
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -31,11 +31,11 @@ below.
### Pathogen
`cd ~/.vim/bundle`
-`git clone https://github.com/djmoch/vim-makejob.git`
+`git clone https://git.danielmoch.com/vim-makejob.git`
### Plug.vim
-`Plug 'djmoch/vim-makejob'`
+`Plug 'https://git.danielmoch.com/vim-makejob.git'`
Most other plugin managers will resemble one of these two.
@@ -97,7 +97,7 @@ would be to add the following to `~/.vim/after/ftplugin/python.vim`:
Add that and you're good to go for Python files (assuming you have a
pylint compiler which hey, if you need one I've [got you
-covered](http://github.com/djmoch/vim-compiler)).
+covered](/vim-runtime.git)).
Additionally, if you'd like _MakeJob_ to run a linter automatically when
you write a file, then something like the following in your `.vimrc`
@@ -147,4 +147,4 @@ be the following:
## License
-MIT - See the [LICENSE](/LICENSE) file for more information
+MIT - See the [LICENSE](/vim-makejob.git/tree/LICENSE) file for more information