From 7e6a657f12997961d8bb9a32f59ed71a12e2bfde Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 5 Nov 2024 14:48:39 +0100 Subject: [PATCH] fix some 404s in old release announcements --- _posts/2015-05-05-release-notes-2.12.0-M1.md | 2 +- _posts/2015-07-14-release-notes-2.12.0-M2.md | 2 +- _posts/2015-10-06-release-notes-2.12.0-M3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2015-05-05-release-notes-2.12.0-M1.md b/_posts/2015-05-05-release-notes-2.12.0-M1.md index 58b6f1c2b..7b4da3a38 100644 --- a/_posts/2015-05-05-release-notes-2.12.0-M1.md +++ b/_posts/2015-05-05-release-notes-2.12.0-M1.md @@ -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. diff --git a/_posts/2015-07-14-release-notes-2.12.0-M2.md b/_posts/2015-07-14-release-notes-2.12.0-M2.md index 3b84a1299..f83cd635d 100644 --- a/_posts/2015-07-14-release-notes-2.12.0-M2.md +++ b/_posts/2015-07-14-release-notes-2.12.0-M2.md @@ -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).) diff --git a/_posts/2015-10-06-release-notes-2.12.0-M3.md b/_posts/2015-10-06-release-notes-2.12.0-M3.md index f6ceca48d..cac7edb61 100644 --- a/_posts/2015-10-06-release-notes-2.12.0-M3.md +++ b/_posts/2015-10-06-release-notes-2.12.0-M3.md @@ -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).)