From 697f5e1b6d2d18672fde2652e3bdff92504e0954 Mon Sep 17 00:00:00 2001 From: Jimmy Gitonga Date: Mon, 6 Jul 2020 17:31:56 +0300 Subject: [PATCH] FIX the link to Let's Encrypt *Automatic HTTPS The link was broken as it was pointing to a non-existent page. --- docs/deployment-with-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-with-docker.rst b/docs/deployment-with-docker.rst index 8a206885af..01df2e44de 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -82,7 +82,7 @@ The Traefik reverse proxy used in the default configuration will get you a valid You can read more about this feature and how to configure it, at `Automatic HTTPS`_ in the Traefik docs. -.. _Automatic HTTPS: https://docs.traefik.io/configuration/acme/ +.. _Automatic HTTPS: https://docs.traefik.io/https/acme/ (Optional) Postgres Data Volume Modifications