From 5f42217f74f233b62d2b71aeb960d6678b847c2b Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Sun, 27 Feb 2022 14:10:05 -0800 Subject: [PATCH] Fixup links in new installation docs --- content/docs/installation/contents.lr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/installation/contents.lr b/content/docs/installation/contents.lr index 952054d2..fbb62698 100644 --- a/content/docs/installation/contents.lr +++ b/content/docs/installation/contents.lr @@ -16,8 +16,8 @@ Although `lektor` would work without Imagemagick or FFmpeg, you would be missing significant parts of its capabilities. Therefore, you need to make sure you have the following software installed on your computer: -* Python 3.6+ is required. If you got an older version, look at - {Python 3 Installation & Setup Guide}(https://realpython.com/installing-python/). +* Python 3.6+ is required. If you got an older version, look at the + [Python 3 Installation & Setup Guide :ext](https://realpython.com/installing-python/). * On Ubuntu you basically don't need anything new. * On macOS you're done as well. * On Windows, make sure that Python is in your `PATH`. @@ -29,7 +29,7 @@ following software installed on your computer: * FFmpeg (mostly for video thumbnailing). * On Ubuntu you get it through `sudo apt install ffmpeg.` * On macOS `brew install ffmpeg` will do the trick. - * On Windows you'll have to put a little [work](https://www.wikihow.com/Install-FFmpeg-on-Windows) in. + * On Windows you'll have to put a little [work :ext](https://www.wikihow.com/Install-FFmpeg-on-Windows) in. ## Install pipx @@ -59,7 +59,7 @@ python -m pip install --user pipx python -m pipx ensurepath ``` -For more information on `pipx` installation go to [pypa.github.io/pipx/installation/](https://pypa.github.io/pipx/installation/) +For more information on `pipx` installation see the [documentation for pipx :ext](https://pypa.github.io/pipx/installation/) ### Finally Install Lektor