aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Leighton Dawson <wld224@nyu.edu>2023-08-23 09:37:48 +0200
committerGitHub <noreply@github.com>2023-08-23 09:37:48 +0200
commita667d8857f8a64249b53a4c45805ed6d62da4e5d (patch)
treeb61b7998d729a590e14b5c9674d36477aa400801
parent9eb69b7f5b3c72cfc66f69b3242e935015780654 (diff)
Fix Vim URL in docs (#1825)
* Fix vim.org URL in evil.texi * Fix vim.org URL in overview.rst
-rw-r--r--doc/build/texinfo/evil.texi2
-rw-r--r--doc/source/overview.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/texinfo/evil.texi b/doc/build/texinfo/evil.texi
index 3344e5f..f8c5897 100644
--- a/doc/build/texinfo/evil.texi
+++ b/doc/build/texinfo/evil.texi
@@ -120,7 +120,7 @@ features of Vim, @footnote{@w{(1)}
Vim is the most popular version of @emph{vi}, a modal text editor
with many implementations. Vim also adds some functions of its
own, like visual selection and text objects. For more information
-see @uref{https://vim.org,the official Vim website}.
+see @uref{https://www.vim.org,the official Vim website}.
} turning Emacs into a modal editor. Like Emacs in
general, Evil is extensible in Emacs Lisp.
diff --git a/doc/source/overview.rst b/doc/source/overview.rst
index af91534..96af183 100644
--- a/doc/source/overview.rst
+++ b/doc/source/overview.rst
@@ -114,4 +114,4 @@ Emacs state (``<E>``)
.. [#vim] Vim is the most popular version of *vi*, a modal text editor
with many implementations. Vim also adds some functions of its
own, like visual selection and text objects. For more information
- see `the official Vim website <https://vim.org>`_.
+ see `the official Vim website <https://www.vim.org>`_.