Skip to content

Commit 8076e72

Browse files
committed
Fix issue 18: Installation link loops (oops!)
See issue 18 on GitHub: #18
1 parent 14ddee7 commit 8076e72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,4 +1012,4 @@ This software is licensed under the [MIT license] [].
10121012
[plugins]: http://peterodding.com/code/vim/
10131013
[Vim Online]: http://www.vim.org/scripts/script.php?script_id=4597
10141014
[vim-tools]: http://peterodding.com/code/vim/tools/
1015-
[howto-install]: https://github.com/xolox/vim-misc/blob/master/README.md
1015+
[howto-install]: https://github.com/xolox/vim-misc/blob/master/INSTALL.md

autoload/xolox/misc.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" The version of my miscellaneous scripts.
22
"
33
" Author: Peter Odding <[email protected]>
4-
" Last Change: April 1, 2015
4+
" Last Change: April 28, 2015
55
" URL: http://peterodding.com/code/vim/misc/
66

7-
let g:xolox#misc#version = '1.17.4'
7+
let g:xolox#misc#version = '1.17.5'

doc/misc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ This software is licensed under the MIT license [15]. © 2015 Peter Odding
11861186
References ~
11871187

11881188
[1] http://peterodding.com/code/vim/
1189-
[2] https://github.com/xolox/vim-misc/blob/master/README.md
1189+
[2] https://github.com/xolox/vim-misc/blob/master/INSTALL.md
11901190
[3] http://peterodding.com/code/vim/tools/
11911191
[4] http://peterodding.com/code/vim/easytags/
11921192
[5] http://peterodding.com/code/vim/misc/

0 commit comments

Comments
 (0)