CHANGELOG: fix URLs

This commit is contained in:
Marco Hinz 2016-01-12 17:16:42 +01:00
parent 699fc904d8
commit a82ec433bc

View File

@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
- Basics: [Folding?](README.md#folding)
- Tips: [Saner command-line history](README.md#saner-command-line-history)
- Usage: [Editing remote files](README.md#editing-remote-files)
- Usage: [Restore cursor position when opening file](#restore-cursor-position-when-opening-file)
- Usage: [Restore cursor position when opening file](README.md#restore-cursor-position-when-opening-file)
- Usage: [MatchIt](README.md#matchit)
- Debugging: [Verbosity](README.md#verbosity)
- Debugging: [Debugging Vim scripts](README.md#debugging-vim-scripts)
@ -39,7 +39,7 @@ All notable changes to this project will be documented in this file.
- Basics: [Registers?](README.md#registers)
- Basics: [Autocmds?](README.md#autocmds)
- Basics: [Motions? Operators? Text objects?](README.md#motions-operators-text-objects)
- Basics: [Locality?](#locality)
- Basics: [Locality?](README.md#locality)
- Usage: [Clipboard](README.md#clipboard)
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul)
- Quirks: [Bracketed paste (or why do I have to set 'paste' all the time?)](README.md#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time)