From 512ed086bd237dbde14294eea75ba1910ecae54e Mon Sep 17 00:00:00 2001 From: Sergiu Marsavela Date: Fri, 27 Nov 2020 11:18:04 +0100 Subject: [PATCH] Fix typos in migration guide --- docs/content/migration/v1-to-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index 7840726ed..3c0c58080 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -385,7 +385,7 @@ To apply a redirection: entryPoints: web: - address: 80 + address: ":80" http: redirections: entrypoint: @@ -393,7 +393,7 @@ To apply a redirection: scheme: https websecure: - address: 443 + address: ":443" ``` !!! example "HTTP to HTTPS redirection per domain"