Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
5 changes: 4 additions & 1 deletion docs/articles/actors/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
href: mailboxes.md
- name: Scheduling Future and Recurring Messages
href: schedulers.md
- name: Akka.IO
href: io.md
- name: Inbox
href: inbox.md
- name: Finite State Machines
Expand All @@ -23,4 +25,5 @@
- name: Testing Actor Systems
href: testing-actor-systems.md
- name: Coordinated Shutdown
href: coordinated-shutdown.md
href: coordinated-shutdown.md

10 changes: 10 additions & 0 deletions docs/articles/networking/io.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Akka.IO</title>
<meta http-equiv = "refresh" content="1;url=../actors/io.html" />
</head>
<body>
<p>This page has been moved to <a href="../actors/io.html">Akka.IO</a>.</p>
</body>
</html>
10 changes: 10 additions & 0 deletions docs/articles/networking/serialization.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Serialization</title>
<meta http-equiv = "refresh" content="1;url=../serialization/serialization.html" />
</head>
<body>
<p>This page has been moved to <a href="../serialization/serialization.html">Serialization</a>.</p>
</body>
</html>
4 changes: 0 additions & 4 deletions docs/articles/networking/toc.yml

This file was deleted.

6 changes: 4 additions & 2 deletions docs/articles/serialization/toc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- name: Serializer Code Table
href: serializer-codes.md
- name: Overview
href: serialization.md
- name: Built-in Serializer Ids
href: codes.md
2 changes: 0 additions & 2 deletions docs/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
href: persistence/toc.yml
- name: Streams
href: streams/toc.yml
- name: Networking
href: networking/toc.yml
- name: Remoting
href: remoting/toc.yml
- name: Clustering
Expand Down