From dca21ceab45fc55f85822b02c02c816776d1a416 Mon Sep 17 00:00:00 2001 From: Jens Haase Date: Mon, 1 Nov 2021 13:31:47 +0100 Subject: [PATCH] Fixed docker links in the installation.rst The old links, linked to a login page of docker hub. The new links link to the public pages. --- doc/usage/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usage/installation.rst b/doc/usage/installation.rst index 4b016f8f0..5cbf62d60 100644 --- a/doc/usage/installation.rst +++ b/doc/usage/installation.rst @@ -222,8 +222,8 @@ of images: - `sphinxdoc/sphinx-latexpdf`_ .. _Docker Hub: https://hub.docker.com/ -.. _sphinxdoc/sphinx: https://hub.docker.com/repository/docker/sphinxdoc/sphinx -.. _sphinxdoc/sphinx-latexpdf: https://hub.docker.com/repository/docker/sphinxdoc/sphinx-latexpdf +.. _sphinxdoc/sphinx: https://hub.docker.com/r/sphinxdoc/sphinx +.. _sphinxdoc/sphinx-latexpdf: https://hub.docker.com/r/sphinxdoc/sphinx-latexpdf Former one is used for standard usage of Sphinx, and latter one is mainly used for PDF builds using LaTeX. Please choose one for your purpose. @@ -251,7 +251,7 @@ PDF builds using LaTeX. Please choose one for your purpose. For more details, please read `README file`__ of docker images. -.. __: https://hub.docker.com/repository/docker/sphinxdoc/sphinx +.. __: https://hub.docker.com/r/sphinxdoc/sphinx Installation from source