From 238c346705e0969347d1828cf88db240a4df6eb9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 12 Feb 2021 19:43:02 +0100 Subject: [PATCH] Fix redirect for "/engine/security/https/" Signed-off-by: Sebastiaan van Stijn --- engine/security/protect-access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/security/protect-access.md b/engine/security/protect-access.md index 54f3928ee3..ada668cc65 100644 --- a/engine/security/protect-access.md +++ b/engine/security/protect-access.md @@ -2,9 +2,9 @@ description: How to setup and run Docker with SSH or HTTPS keywords: docker, docs, article, example, ssh, https, daemon, tls, ca, certificate redirect_from: -- /engine/articles/https/ - /articles/https/ -- /engine/https/ +- /engine/articles/https/ +- /engine/security/https/ title: Protect the Docker daemon socket ---