Remove 'agents' page from documentation
This commit is contained in:
parent
a8bd5af1fb
commit
07f4628ddc
2 changed files with 4 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
RedirectMatch 301 ^(.*)/scala/(.*) $1/$2?language=scala
|
||||
RedirectMatch 301 ^(.*)/java/(.*) $1/$2?language=java
|
||||
|
||||
RedirectMatch 301 ^(.*)/stream/stages-overview\.html.* $1/stream/operators/index.html
|
||||
RedirectMatch 301 ^(.*)/project/migration-guide-1\.3\.x-2\.0\.x\.html.* $1/project/migration-guide-old.html
|
||||
RedirectMatch 301 ^(.*)/project/migration-guide-2\.0\.x-2\.1\.x.html.* $1/project/migration-guide-old.html
|
||||
|
|
@ -10,3 +11,6 @@ RedirectMatch 301 ^(.*)/project/migration-guide-2\.3\.x-2\.4\.x.html.* $1/projec
|
|||
RedirectMatch 301 ^(.*)/project/migration-guide-eventsourced-2\.3\.x.html.* $1/project/migration-guide-old.html
|
||||
RedirectMatch 301 ^(.*)/project/migration-guide-persistence-experimental-2\.3\.x-2\.4\.x.html.* $1/project/migration-guide-old.html
|
||||
RedirectMatch 301 ^(.*)/project/migration-guide-stream-2\.0-2\.4.html.* $1/project/migration-guide-old.html
|
||||
|
||||
RedirectMatch 301 ^(.*)/stream/stages-overview\.html$ $1/stream/operators/index.html
|
||||
RedirectMatch 301 ^(.*)/agents\.html$ $1/project/migration-guide-2.5.x-2.6.x.html
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# Agents
|
||||
|
||||
The akka-agent module was deprecated in Akka 2.5 and has been removed in
|
||||
2.6. If there is interest it may be moved to a separate, community-maintained
|
||||
repository.
|
||||
Loading…
Add table
Add a link
Reference in a new issue