Skip to content

Commit 06cd825

Browse files
authored
fix 404s (#1217)
1 parent 23924dc commit 06cd825

File tree

5 files changed

+5
-32
lines changed

5 files changed

+5
-32
lines changed

_events/2015-10-08-applyscala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Amsterdam
66
description: "Scala experience from the trenches"
77
start: 8 October 2015
88
end: 9 October 2015
9-
link-out: http://applyconf.com/scala/
9+
link-out: https://www.applyconf.com
1010
---

_posts/2014-01-28-release-notes-2.11.0-M8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If your code compiled on 2.10.x without deprecation warnings, it should compile
1414
We are working with the community to ensure availability of the core artifacts of the Scala 2.11.x eco-system.
1515
This release is *not* binary compatible with the 2.10.x series, so that we can keep improving the Scala standard library.
1616

17-
Scala 2.11.0-M8 is available for download from [scala-lang.org](https://scala-lang.org/download/2.11.0-M8.html)
17+
Scala 2.11.0-M8 is available for download from scala-lang.org
1818
or from [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.11.0-M8%22).
1919

2020
The Scala team and contributors [fixed 119 issues](https://issues.scala-lang.org/issues/?jql=project+%3D+SI+AND+fixVersion+%3D+%22Scala+2.11.0-M8%22+AND+status+%3D+CLOSED+ORDER+BY+priority+DESC) via [174 merged pull requests](https://github.com/scala/scala/issues?milestone=26&page=1&state=closed)!

_posts/2014-05-21-release-notes-2.11.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This release contains [an important fix](https://github.com/scala/scala/pull/371
1414
The fix necessarily breaks serialization compatibility between 2.11.0 and 2.11.1 (this is separate from binary compatibility, which is maintained).
1515

1616
Users of distributed systems that rely on serialization to exchange objects (such as akka) should upgrade to Scala 2.11.1 (and akka 2.3.3) immediately.
17-
We also strongly recommend that libraries that themselves declare classes with [@SerialVersionUID](https://www.scala-lang.org/api/2.11.1/index.html#scala.SerialVersionUID) annotations release a new version and ask their Scala 2.11 users to upgrade.
17+
We also strongly recommend that libraries that themselves declare classes with `@SerialVersionUID` annotations release a new version and ask their Scala 2.11 users to upgrade.
1818

1919
We apologize for the breakage. We have included a new suite of tests that will ensure stability of serialization for the remainder of the 2.11.x series.
2020

_posts/2020-06-29-one-click-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can find the instructions for macOS and Windows in the [Coursier documentati
2020
The command shown above will install all the following software, if not yet installed:
2121

2222
* a JDK
23-
* the build tools [sbt](https://www.scala-sbt.org/) and [mill](https://www.lihaoyi.com/mill/)
23+
* the build tools [sbt](https://www.scala-sbt.org/) and [mill](https://github.com/com-lihaoyi/mill)
2424
* the [Ammonite](https://ammonite.io/) enhanced REPL
2525
* [scalafmt](https://scalameta.org/scalafmt/), the Scala formatter
2626
* the [coursier](https://get-coursier.io/docs/cli-overview) CLI, to install further Scala-based applications

documentation/reference.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ includeTOC: true
156156
* [Parser Combinators API](https://www.scala-lang.org/api/2.11.11/scala-parser-combinators/)
157157
* [Actors API](https://www.scala-lang.org/api/2.11.11/scala-actors/#scala.actors.package) (deprecated)
158158
* [Swing API](https://www.scala-lang.org/api/2.11.11/scala-swing/#scala.swing.package)
159-
* [Continuations API](https://www.scala-lang.org/files/archive/api/2.11.11/scala-continuations-library/#scala.util.continuations.package)
159+
* [Continuations API](https://www.scala-lang.org/files/archive/api/2.11.11/scala-continuations-library/#scala.util.continuations.package)
160160
* Scala 2.11.8
161161
* [Standard Library API](https://www.scala-lang.org/api/2.11.8/)
162162
* [Compiler API](https://www.scala-lang.org/api/2.11.8/scala-compiler/)
@@ -237,33 +237,6 @@ includeTOC: true
237237
* [Actors API](https://www.scala-lang.org/api/2.11.0/scala-actors/#scala.actors.package) (deprecated)
238238
* [Swing API](https://www.scala-lang.org/api/2.11.0/scala-swing/#scala.swing.package)
239239
* [Continuations API](https://www.scala-lang.org/files/archive/api/2.11.0/scala-continuations-library/#scala.util.continuations.package)
240-
* [Scala 2.10.6](https://www.scala-lang.org/api/2.10.6/)
241-
* [Scala 2.10.5](https://www.scala-lang.org/api/2.10.5/)
242-
* [Scala 2.10.4](https://www.scala-lang.org/api/2.10.4/)
243-
* [Scala 2.10.3](https://www.scala-lang.org/api/2.10.3/)
244-
* [Scala 2.10.2](https://www.scala-lang.org/api/2.10.2/)
245-
* [Scala 2.10.1](https://www.scala-lang.org/api/2.10.1/)
246-
* [Scala 2.9.3](https://www.scala-lang.org/api/2.9.3/)
247-
* [Scala 2.9.2](https://www.scala-lang.org/api/2.9.2/)
248-
* [Scala 2.9.1-1](https://www.scala-lang.org/api/2.9.1-1/)
249-
* [Scala 2.9.1.final](https://www.scala-lang.org/api/2.9.1/)
250-
* [Scala 2.9.0.1](https://www.scala-lang.org/api/2.9.0.1/)
251-
* [Scala 2.9.0.final](https://www.scala-lang.org/api/2.9.0/)
252-
* [Scala 2.8.2.final](https://www.scala-lang.org/api/2.8.2/)
253-
* [Scala 2.8.1.final](https://www.scala-lang.org/api/2.8.1/)
254-
* [Scala 2.8.0.final](https://www.scala-lang.org/api/2.8.0/)
255-
* [Scala 2.7.7.final](https://www.scala-lang.org/api/2.7.7/)
256-
* [Scala 2.7.6.final](https://www.scala-lang.org/api/2.7.6/)
257-
* [Scala 2.7.5.final](https://www.scala-lang.org/api/2.7.5/)
258-
* [Scala 2.7.4.final](https://www.scala-lang.org/api/2.7.4/)
259-
* [Scala 2.7.3.final](https://www.scala-lang.org/api/2.7.3/)
260-
* [Scala 2.7.2.final](https://www.scala-lang.org/api/2.7.2/)
261-
* [Scala 2.7.1.final](https://www.scala-lang.org/api/2.7.1/)
262-
* [Scala 2.7.0.final](https://www.scala-lang.org/api/2.7.0/)
263-
* [Scala 2.6.1.final](https://www.scala-lang.org/api/2.6.1/)
264-
* [Scala 2.6.0.final](https://www.scala-lang.org/api/2.6.0/)
265-
* [Scala 2.5.1.final](https://www.scala-lang.org/api/2.5.1/)
266-
* [Scala 2.5.0.final](https://www.scala-lang.org/api/2.5.0/)
267240

268241
## Language Specification
269242
The language specification is a formal description of the syntax and semantics of the language.

0 commit comments

Comments
 (0)