Skip to content

Commit d414d52

Browse files
committed
README.md: Link to HEAD instead of master in GH links (more stable)
1 parent aa900f1 commit d414d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tags and so on.
2626

2727
To see an example of vimdoc in use, see
2828
[maktaba](https://github.com/google/maktaba), specifically the
29-
[helloworld](https://github.com/google/maktaba/tree/master/examples/helloworld)
29+
[helloworld](https://github.com/google/maktaba/tree/HEAD/examples/helloworld)
3030
example plugin therein, which shows some of the basics.
3131

3232
**Vimdoc is unstable**. It's a collection of regexes and hacks masquerading as
@@ -93,7 +93,7 @@ Vimdoc has a number of builtin directives, which are marked by @ signs.
9393

9494
It also detects your plugin's addon-info.json file if present (see the
9595
[documentation](http://vim-wiki.mawercer.de/wiki/topic/addon-info.json.html) and
96-
relevant [VAM help](https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt)).
96+
relevant [VAM help](https://github.com/MarcWeber/vim-addon-manager/blob/HEAD/doc/vim-addon-manager-additional-documentation.txt)).
9797

9898
### Block Directives
9999

0 commit comments

Comments
 (0)