diff options
author | Marcus Michaels <marcusmmichaels@gmail.com> | 2024-02-16 12:54:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 20:54:32 +0800 |
commit | 1ba3500abdb23027b7ba9bcc9b4f697dcd5ad886 (patch) | |
tree | 6696552ed1723c6a26d52714ce319c13e651bb17 | |
parent | d040b7341ec53317178cd75e9706c0a0ac0194d2 (diff) | |
download | rneovim-1ba3500abdb23027b7ba9bcc9b4f697dcd5ad886.tar.gz rneovim-1ba3500abdb23027b7ba9bcc9b4f697dcd5ad886.tar.bz2 rneovim-1ba3500abdb23027b7ba9bcc9b4f697dcd5ad886.zip |
docs(tutor): include https urls where applicable (#27461)
Problem: URLs in :Tutor use "http" instead of "https".
Solution: Update URLs with a valid "https" equivalent.
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor | 8 | ||||
-rw-r--r-- | runtime/tutor/ja/vim-01-beginner.tutor | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor index c46571d13d..c3decdef11 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor +++ b/runtime/tutor/en/vim-01-beginner.tutor @@ -967,17 +967,17 @@ There are also countless great tutorials and videos to be found online. Here's a bunch of them: - *Learn Vim Progressively*: - http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ + https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ - *Learning Vim in 2014*: - http://benmccormick.org/learning-vim-in-2014/ + https://benmccormick.org/learning-vim-in-2014/ - *Vimcasts*: http://vimcasts.org/ - *Vim Video-Tutorials by Derek Wyatt*: http://derekwyatt.org/vim/tutorials/ - *Learn Vimscript the Hard Way*: - http://learnvimscriptthehardway.stevelosh.com/ + https://learnvimscriptthehardway.stevelosh.com/ - *7 Habits of Effective Text Editing*: - http://www.moolenaar.net/habits.html + https://www.moolenaar.net/habits.html - *vim-galore*: https://github.com/mhinz/vim-galore diff --git a/runtime/tutor/ja/vim-01-beginner.tutor b/runtime/tutor/ja/vim-01-beginner.tutor index b6c73c0cda..411ebc04f8 100644 --- a/runtime/tutor/ja/vim-01-beginner.tutor +++ b/runtime/tutor/ja/vim-01-beginner.tutor @@ -958,17 +958,17 @@ Neovim にはさらに多くのコマンドがあり、ここで全てを説明 見つけることができます。ここにいくつか紹介します: - *Learn Vim Progressively*: - http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ + https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ - *Learning Vim in 2014*: - http://benmccormick.org/learning-vim-in-2014/ + https://benmccormick.org/learning-vim-in-2014/ - *Vimcasts*: http://vimcasts.org/ - *Vim Video-Tutorials by Derek Wyatt*: http://derekwyatt.org/vim/tutorials/ - *Learn Vimscript the Hard Way*: - http://learnvimscriptthehardway.stevelosh.com/ + https://learnvimscriptthehardway.stevelosh.com/ - *7 Habits of Effective Text Editing*: - http://www.moolenaar.net/habits.html + https://www.moolenaar.net/habits.html - *vim-galore*: https://github.com/mhinz/vim-galore - *vim-jp Vim日本語ドキュメント* |