Skip to content

Commit 3c074fd

Browse files
committed
Update readme with short lynx
1 parent 74ae5b2 commit 3c074fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ here](https://github.com/google/vim-codefmt/wiki/Formatter-Integration-Guide).
122122
logic for formatting goes.
123123

124124
* Register the formatter in
125-
[plugin/register.vim](https://github.com/google/vim-codefmt/blob/master/plugin/register.vim)
125+
[plugin/register.vim](plugin/register.vim)
126126
with:
127127

128128
```vim
129129
call s:registry.AddExtension(codefmt#myformatter#GetFormatter())
130130
```
131131
132132
* Create a flag in
133-
[instant/flags.vim](https://github.com/google/vim-codefmt/blob/master/instant/flags.vim)
133+
[instant/flags.vim](instant/flags.vim)
134134
135135
```vim
136136
""

0 commit comments

Comments
 (0)