Skip to content

Commit c98e4a5

Browse files
committed
fix documentation link to nvim intro
1 parent 1c58936 commit c98e4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>Installation Instructions</h3>
2727
<h3>User Manual</h3>
2828

2929
<p>
30-
If you have installed Neovim, execute the <code>:help</code> command to access its <a href="http://neovim.io/doc/user">user manual</a>. For an overview of features specific to Neovim, see the <a href="http://neovim.io/doc/user/nvim_intro.html">introduction to Nvim</a> (<code>:help nvim-intro</code>). This also contains instructions on how to enable support for <a href="http://neovim.io/doc/user/nvim_python.html">Python plugins</a> (<code>:help nvim-python</code>) such as YouCompleteMe.
30+
If you have installed Neovim, execute the <code>:help</code> command to access its <a href="http://neovim.io/doc/user">user manual</a>. For an overview of features specific to Neovim, see the <a href="http://neovim.io/doc/user/nvim.html">introduction to Nvim</a> (<code>:help nvim-intro</code>). This also contains instructions on how to enable support for <a href="http://neovim.io/doc/user/nvim_python.html">Python plugins</a> (<code>:help nvim-python</code>) such as YouCompleteMe.
3131
</p>
3232

3333
<p>

0 commit comments

Comments
 (0)