Skip to content

Commit de05607

Browse files
authored
Merge pull request #1715 from SethTisue/fix-akka-404s
fix some 404s in old release announcements
2 parents 44d7ded + 7e6a657 commit de05607

3 files changed

+3
-3
lines changed

_posts/2015-05-05-release-notes-2.12.0-M1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following modules have been removed from the Scala 2.12 distribution:
8585
* The Scala actors library is no longer released with Scala 2.12.
8686
We recommend that you use the [Akka actors library](https://akka.io/) instead.
8787
* The Scala distribution archives and the `scala-library-all` maven dependency no longer inlcude Akka actors.
88-
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).
88+
To use the Akka actors library, add it to your project as a dependency.
8989
* The continuations plugin is no longer shipped with the Scala 2.12 distribution.
9090

9191

_posts/2015-07-14-release-notes-2.12.0-M2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following modules have been removed from the Scala 2.12 distribution:
8484
We recommend [Akka actors](https://akka.io/) instead.
8585
* Akka actors.
8686
The Scala distribution and the `scala-library-all` dependency no longer include Akka actors.
87-
To use Akka, [add it as a dependency](https://doc.akka.io/docs/akka/2.3.11/intro/getting-started.html).
87+
To use Akka, add it as a dependency.
8888
* Continuations plugin.
8989
([Community maintainers sought](https://github.com/scala/scala-continuations).)
9090

_posts/2015-10-06-release-notes-2.12.0-M3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following modules have been removed from the Scala 2.12 distribution:
108108
We recommend [Akka actors](https://akka.io/) instead.
109109
* Akka actors.
110110
The Scala distribution and the `scala-library-all` dependency no longer include Akka actors.
111-
To use Akka, [add it as a dependency](https://doc.akka.io/docs/akka/2.4.0/intro/getting-started.html).
111+
To use Akka, add it as a dependency.
112112
* Continuations plugin.
113113
([Community maintainers sought](https://github.com/scala/scala-continuations).)
114114

0 commit comments

Comments
 (0)