aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/faq.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/faq.txt')
-rw-r--r--runtime/doc/faq.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/faq.txt b/runtime/doc/faq.txt
index 7d2774c191..a9a7b1768e 100644
--- a/runtime/doc/faq.txt
+++ b/runtime/doc/faq.txt
@@ -189,7 +189,7 @@ Other hints:
- The python `neovim` module was renamed to `pynvim` (long ago).
- If you're using pyenv or virtualenv for the `pynvim` module
- https://pypi.python.org/pypi/pynvim/, you must set `g:python3_host_prog` to
+ https://pypi.org/project/pynvim/, you must set `g:python3_host_prog` to
the virtualenv's interpreter path.
- Read |provider-python|.
- Be sure you have the latest version of the `pynvim` Python module: >bash