Browse Source

Update line highlight links for doc help sections

Locking these to a specific treeish will keep them stable. The links
will have to be updated to refer to current docs as they are updated,
but at least clicking a link won't point you to something that may not
pertain at all to what you were expecting. Plus it was obviously already
necessary to maintain updated links one way or another...
pull/409/head
Ches Martin 12 years ago
parent
commit
483947c47d
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      README.md

+ 6
- 5
README.md View File

@ -141,8 +141,9 @@ see [Vundle contributors](https://github.com/gmarik/vundle/graphs/contributors)
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
[install]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L179-198
[update]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L200-209
[search]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L211-238
[clean]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L247-260
[interactive mode]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L263-303
[install]: https://github.com/gmarik/Vundle.vim/blob/eb5ae19ad67c33565b18301fcdc2cf0fa7184522/doc/vundle.txt#L203-222
[update]: https://github.com/gmarik/Vundle.vim/blob/eb5ae19ad67c33565b18301fcdc2cf0fa7184522/doc/vundle.txt#L224-233
[search]: https://github.com/gmarik/Vundle.vim/blob/eb5ae19ad67c33565b18301fcdc2cf0fa7184522/doc/vundle.txt#L235-263
[clean]: https://github.com/gmarik/Vundle.vim/blob/eb5ae19ad67c33565b18301fcdc2cf0fa7184522/doc/vundle.txt#L272-285
[interactive mode]: https://github.com/gmarik/Vundle.vim/blob/eb5ae19ad67c33565b18301fcdc2cf0fa7184522/doc/vundle.txt#L288-314

Loading…
Cancel
Save