Skip to content

Commit

Permalink
docs: Fix wrong links to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 22, 2024
1 parent 1f4524e commit ae6d00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src-static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/libraries/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ae6d00b

Please sign in to comment.