Skip to content

Commit 997b77e

Browse files
authored
Merge pull request #1050 from SethTisue/spec-links
update spec links and advisements
2 parents 17d21c8 + 8c89939 commit 997b77e

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

_data/footer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- title: Overviews/Guides
99
url: "https://docs.scala-lang.org/overviews"
1010
- title: Language Specification
11-
url: "https://scala-lang.org/files/archive/spec/2.12/"
11+
url: "https://scala-lang.org/files/archive/spec/2.13/"
1212
- title: Download
1313
class: download
1414
links:

contribute/bug-reporting-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you have a code snippet that is resulting in bytecode which you believe is be
4444

4545
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.
4646

47-
* 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).
47+
* 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).
4848

4949
In general, if you find yourself stuck on any of these steps, asking on [Scala Contributors](https://contributors.scala-lang.org/) can be helpful:
5050

documentation/reference.md

+1
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,6 @@ includeTOC: true
221221

222222
## Language Specification
223223
The language specification is a formal description of the syntax and semantics of the language.
224+
* [Scala 2.13 Language Specification](https://www.scala-lang.org/files/archive/spec/2.13/)
224225
* [Scala 2.12 Language Specification](https://www.scala-lang.org/files/archive/spec/2.12/)
225226
* [Scala 2.11 Language Specification](https://www.scala-lang.org/files/archive/spec/2.11/)

download/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ includeTOC: true
77

88
<!-- [ [2.10.0](#2.10.0) | [2.9.0](#2.9.0) | [2.8.0](#2.8.0) | [2.7.2](#2.7.2) | [2.7.1](#2.7.1) | [2.7.0](#2.7.0) | [2.6.1](#2.6.1) | [2.6.0](#2.6.0) | [2.5.0](#2.5.0) | [2.4.0](#2.4.0) | [2.3.2](#2.3.2) | [2.3.0](#2.3.0) | [2.1.8](#2.1.8) | [2.1.7](#2.1.7) | [2.1.5](#2.1.5) | [2.0](#2.0) ] -->
99

10+
## Changes in Version 2.13.0
11+
Please consult the [Scala 2.13.0 release notes](https://github.com/scala/scala/releases/tag/v2.13.0).
12+
1013
## Changes in Version 2.12.0
1114
Please consult the [Scala 2.12.0 release notes](/news/2.12.0).
1215

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apiDocs:
2929
- title: "Scala Documentation"
3030
url: "https://docs.scala-lang.org/"
3131
- title: "Language Specification"
32-
url: "https://scala-lang.org/files/archive/spec/2.12/"
32+
url: "https://scala-lang.org/files/archive/spec/2.13/"
3333

3434
currentScalaVersion: "2.13.0"
3535

0 commit comments

Comments
 (0)