diff --git a/README.md b/README.md index 45ec25f..35ee5c5 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,7 @@ Although the default rules should cover the most of the use cases, you can extend the rules by setting a dictionary named `g:easy_align_delimiters`. You may refer to the definitions of the default alignment rules -[here](https://github.com/junegunn/vim-easy-align/blob/2.9.0/autoload/easy_align.vim#L29). +[here](https://github.com/junegunn/vim-easy-align/blob/2.9.6/autoload/easy_align.vim#L32-L46). #### Examples diff --git a/doc/easy_align.txt b/doc/easy_align.txt index ffd6fcd..6475724 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -769,7 +769,7 @@ extend the rules by setting a dictionary named `g:easy_align_delimiters`. You may refer to the definitions of the default alignment rules {here}{10}. -{10} https://github.com/junegunn/vim-easy-align/blob/2.9.0/autoload/easy_align.vim#L29 +{10} https://github.com/junegunn/vim-easy-align/blob/2.9.6/autoload/easy_align.vim#L32-L46 Examples~