Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some 404s in old release announcements #1715

Merged
merged 1 commit into from
Nov 5, 2024
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
2 changes: 1 addition & 1 deletion _posts/2015-05-05-release-notes-2.12.0-M1.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following modules have been removed from the Scala 2.12 distribution:
* The Scala actors library is no longer released with Scala 2.12.
We recommend that you use the [Akka actors library](https://akka.io/) instead.
* The Scala distribution archives and the `scala-library-all` maven dependency no longer inlcude Akka actors.
To use the Akka actors library, add it to your project [as a dependency](https://doc.akka.io/docs/akka/2.3.10/intro/getting-started.html).
To use the Akka actors library, add it to your project as a dependency.
* The continuations plugin is no longer shipped with the Scala 2.12 distribution.


Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-07-14-release-notes-2.12.0-M2.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following modules have been removed from the Scala 2.12 distribution:
We recommend [Akka actors](https://akka.io/) instead.
* Akka actors.
The Scala distribution and the `scala-library-all` dependency no longer include Akka actors.
To use Akka, [add it as a dependency](https://doc.akka.io/docs/akka/2.3.11/intro/getting-started.html).
To use Akka, add it as a dependency.
* Continuations plugin.
([Community maintainers sought](https://github.com/scala/scala-continuations).)

Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-10-06-release-notes-2.12.0-M3.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The following modules have been removed from the Scala 2.12 distribution:
We recommend [Akka actors](https://akka.io/) instead.
* Akka actors.
The Scala distribution and the `scala-library-all` dependency no longer include Akka actors.
To use Akka, [add it as a dependency](https://doc.akka.io/docs/akka/2.4.0/intro/getting-started.html).
To use Akka, add it as a dependency.
* Continuations plugin.
([Community maintainers sought](https://github.com/scala/scala-continuations).)

Expand Down