diff --git a/docs/src-static/.htaccess b/docs/src-static/.htaccess index 92a7e522d..a65591909 100644 --- a/docs/src-static/.htaccess +++ b/docs/src-static/.htaccess @@ -315,8 +315,8 @@ RedirectMatch 301 ^/docs/akka-persistence-r2dbc/1.2(\.\d+)(/?|/.*)$ h # =================================== # Akka Projection # =================================== -RedirectMatch 301 ^/docs/akka-distributed-cluster/(\d+\.\d+(\.\d+)?)(/?|/.*)$ https://doc.akka.io/libraries/akka-edge/current$2 -RedirectMatch 301 ^/docs/akka-edge/(\d+\.\d+(\.\d+)?)(/?|/.*)$ https://doc.akka.io/libraries/akka-distributed-cluster/current$2 +RedirectMatch 301 ^/docs/akka-distributed-cluster/(\d+\.\d+(\.\d+)?)(/?|/.*)$ https://doc.akka.io/libraries/akka-distributed-cluster/current$2 +RedirectMatch 301 ^/docs/akka-edge/(\d+\.\d+(\.\d+)?)(/?|/.*)$ https://doc.akka.io/libraries/akka-edge/current$2 # versions RedirectMatch 301 ^/docs/akka-projection/1.0(\.\d+)?(/?|/.*)$ https://doc.akka.io/libraries/akka-projection/1.0$2 diff --git a/docs/src/modules/libraries/pages/index.adoc b/docs/src/modules/libraries/pages/index.adoc index ea8ba28b8..045518a21 100644 --- a/docs/src/modules/libraries/pages/index.adoc +++ b/docs/src/modules/libraries/pages/index.adoc @@ -70,7 +70,7 @@ TIP: Find the latest Akka library versions at https://doc.akka.io/libraries/akka * https://doc.akka.io/libraries/akka-distributed-cluster/current/index.html[Distributed Cluster]: Connect Akka services built on Akka libraries across geographical locations for lower latency and higher availability. -* https://doc.akka.io/libraries/akka-distributed-cluster/current/index.html[Edge]: Move your endpoints to the edge of the cloud for lower latency and higher availability. Akka Edge Rust extends the power of Akka's event-driven model to resource-constrained devices. +* https://doc.akka.io/libraries/akka-edge/current/index.html[Edge]: Move your endpoints to the edge of the cloud for lower latency and higher availability. Akka Edge Rust extends the power of Akka's event-driven model to resource-constrained devices. -- [.grid-item]