diff options
Diffstat (limited to 'chapter08/vim.xml')
-rw-r--r-- | chapter08/vim.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 11b5c2565..2df2038dd 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -170,8 +170,9 @@ EOF</userinput></screen> To install spell files for your preferred language, download the <filename>*.spl</filename> and optionally, the <filename>*.sug</filename> files for your language and character encoding from <ulink - url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to - <filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>.</para> + url="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save + them to <filename class='directory'> + /usr/share/&vim-docdir;/spell/</filename>.</para> <para>To use these spell files, some configuration in <filename>/etc/vimrc</filename> is needed, e.g.:</para> |