From 52c005baec187e1af24b0890347cea3cd2c8be5b Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Fri, 7 Aug 2020 10:56:58 +0200 Subject: [PATCH] docs: redirect to deploying from old URL refs https://github.com/akka/akka-management/pull/732 --- akka-docs/src/main/paradox/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akka-docs/src/main/paradox/.htaccess b/akka-docs/src/main/paradox/.htaccess index 97fd4e4726..37e36c3da1 100644 --- a/akka-docs/src/main/paradox/.htaccess +++ b/akka-docs/src/main/paradox/.htaccess @@ -38,3 +38,5 @@ RedirectMatch 301 ^(.*)/typed/cluster-specification\.html$ $1/typed/cluster-conc RedirectMatch 301 ^(.*)/additional/observability\.html$ $1/additional/operations.html RedirectMatch 301 ^(.*)/stream/stream-integrations\.html$ $1/stream/actor-interop.html + +RedirectMatch 301 ^(.*)/additional/deploy\.html$ $1/additional/deploying.html