From 483f4153875b905d206a471622963db3875d1f70 Mon Sep 17 00:00:00 2001 From: BeHe <2254565+BenjaminHerbert@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:12:53 +0100 Subject: [PATCH] Add missing entry to example route (#733) --- docs/content/feature/http-redirects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/feature/http-redirects.md b/docs/content/feature/http-redirects.md index 6814077fb..821be7366 100644 --- a/docs/content/feature/http-redirects.md +++ b/docs/content/feature/http-redirects.md @@ -21,4 +21,4 @@ to the target URL. To redirect from HTTP to HTTPS you must include the `host:port` of the HTTP endpoint: - route add example.com:80/ https://example.com/ opts "redirect=301" + route add svc example.com:80/ https://example.com/ opts "redirect=301"