From c3b3d35aaabee47df448e95cdeedc8b08f272c87 Mon Sep 17 00:00:00 2001 From: meshtag <63031630+meshtag@users.noreply.github.com> Date: Fri, 5 Feb 2021 16:57:11 +0530 Subject: [PATCH] Fix sphinx installation link in docs readme (#560) --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 48ac0b32a1..de7700be63 100644 --- a/doc/README.md +++ b/doc/README.md @@ -5,7 +5,7 @@ A simple guide about writing and building documentation for Boost.GIL. ## Prerequisites - Python 3 -- [Install Sphinx](#install-sphinx) (see `requirements.txt`) +- Install [Sphinx](https://www.sphinx-doc.org/en/master/index.html) (see `requirements.txt`) - Install [Doxygen](http://www.doxygen.org)