diff --git a/Configuration-Examples-and-Snippets.md b/Configuration-Examples-and-Snippets.md index 4a01586..a3c1938 100644 --- a/Configuration-Examples-and-Snippets.md +++ b/Configuration-Examples-and-Snippets.md @@ -25,4 +25,4 @@ function! Render_Only_File(...) endfunction call airline#add_inactive_statusline_func('Render_Only_File') ``` -More information on the use of the `builder` and `context` arguments can be found in `:help` section [airline-funcrefs](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L784). \ No newline at end of file +More information on the use of the `builder` and `context` arguments can be found in `:help` sections [airline-funcrefs](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L784) and [airline-pipeline](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L819). \ No newline at end of file