From 8c899394abfe8b6e8c698785f9f0881c7f54fcf2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 19 Jun 2019 07:38:39 +0200 Subject: [PATCH] update spec links and advisements partially addresses scala/bug#11566 --- _data/footer.yml | 2 +- contribute/bug-reporting-guide.md | 2 +- documentation/reference.md | 1 + download/changelog.md | 3 +++ index.md | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_data/footer.yml b/_data/footer.yml index 678656c57..759fd1bcb 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -8,7 +8,7 @@ - title: Overviews/Guides url: "https://docs.scala-lang.org/overviews" - title: Language Specification - url: "https://scala-lang.org/files/archive/spec/2.12/" + url: "https://scala-lang.org/files/archive/spec/2.13/" - title: Download class: download links: diff --git a/contribute/bug-reporting-guide.md b/contribute/bug-reporting-guide.md index 71cb5e7ad..bd2f2c70c 100644 --- a/contribute/bug-reporting-guide.md +++ b/contribute/bug-reporting-guide.md @@ -44,7 +44,7 @@ If you have a code snippet that is resulting in bytecode which you believe is be 5. If you want to file an improvement in the issue tracker please discuss it first on one of the mailing lists. They offer much bigger audience than issue tracker. The latter is not suitable for long discussions. -* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.12/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala). +* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.13/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala). In general, if you find yourself stuck on any of these steps, asking on [Scala Contributors](https://contributors.scala-lang.org/) can be helpful: diff --git a/documentation/reference.md b/documentation/reference.md index 65d8432aa..bfff3dde1 100644 --- a/documentation/reference.md +++ b/documentation/reference.md @@ -221,5 +221,6 @@ includeTOC: true ## Language Specification The language specification is a formal description of the syntax and semantics of the language. +* [Scala 2.13 Language Specification](https://www.scala-lang.org/files/archive/spec/2.13/) * [Scala 2.12 Language Specification](https://www.scala-lang.org/files/archive/spec/2.12/) * [Scala 2.11 Language Specification](https://www.scala-lang.org/files/archive/spec/2.11/) diff --git a/download/changelog.md b/download/changelog.md index f1675f909..62e228fe4 100644 --- a/download/changelog.md +++ b/download/changelog.md @@ -7,6 +7,9 @@ includeTOC: true +## Changes in Version 2.13.0 +Please consult the [Scala 2.13.0 release notes](https://github.com/scala/scala/releases/tag/v2.13.0). + ## Changes in Version 2.12.0 Please consult the [Scala 2.12.0 release notes](/news/2.12.0). diff --git a/index.md b/index.md index c6d5a94f6..c114389c8 100644 --- a/index.md +++ b/index.md @@ -29,7 +29,7 @@ apiDocs: - title: "Scala Documentation" url: "https://docs.scala-lang.org/" - title: "Language Specification" - url: "https://scala-lang.org/files/archive/spec/2.12/" + url: "https://scala-lang.org/files/archive/spec/2.13/" currentScalaVersion: "2.13.0"