From a03863a17d449eee7843ffbd77663213a98575aa Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 10 Nov 2020 04:08:01 -0800 Subject: [PATCH] docs: fix link to docker image --- docs/docker.rst | 2 ++ docs/installation.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docker.rst b/docs/docker.rst index c38a63b9..788efbcd 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -1,3 +1,5 @@ +.. _docker: + ===================== OCRmyPDF Docker image ===================== diff --git a/docs/installation.rst b/docs/installation.rst index b1c54559..84520f6e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -604,7 +604,7 @@ However, the OCR-to-text-layer functionality is available. Docker ------ -You can also :ref:`Install the Docker ` container on Windows. Ensure that +You can also :ref:`Install the Docker ` container on Windows. Ensure that your command prompt can run the docker "hello world" container. Installing on FreeBSD @@ -630,7 +630,7 @@ Installing the Docker image For some users, installing the Docker image will be easier than installing all of OCRmyPDF's dependencies. -See `OCRmyPDF Docker Image `__ for more information. +See :ref:`docker` for more information. Installing with Python pip ==========================