From b2a460c33c1d9c549995fb1ee4decffde79cbef2 Mon Sep 17 00:00:00 2001 From: Lauren Ko Date: Tue, 10 Aug 2021 10:17:40 -0500 Subject: [PATCH] docs: fix broken links (#666) --- docs/manual/owb-to-pywb-deploy.rst | 2 +- docs/manual/usage.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/owb-to-pywb-deploy.rst b/docs/manual/owb-to-pywb-deploy.rst index d7ab89b4..80e7478c 100644 --- a/docs/manual/owb-to-pywb-deploy.rst +++ b/docs/manual/owb-to-pywb-deploy.rst @@ -51,7 +51,7 @@ See the :ref:`nginx-deploy` and :ref:`apache-deploy` sections for more info on d Working Docker Compose Examples ------------------------------- -The pywb `Deployment Examples `_ include working examples of deploying pywb with Nginx, Apache and OutbackCDX +The pywb `Deployment Examples `_ include working examples of deploying pywb with Nginx, Apache and OutbackCDX in Docker using Docker Compose, widely available container orchestration tools. See `Installing Docker `_ and `Installing Docker Compose `_ for instructions on how to install these tools. diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index d322ad20..f9011d93 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -357,7 +357,7 @@ Deployment Examples The ``sample-deploy`` directory includes working Docker Compose examples for deploying pywb with Nginx and Apache on the ``/wayback`` subdirectory. See: - - `Docker Compose Nginx `_ for sample Nginx config. - - `Docker Compose Apache `_ for sample Apache config. - - `uwsgi_subdir.ini `_ for example subdirectory uwsgi config. + - `Docker Compose Nginx `_ for sample Nginx config. + - `Docker Compose Apache `_ for sample Apache config. + - `uwsgi_subdir.ini `_ for example subdirectory uwsgi config.