Skip to content

Commit f865027

Browse files
committed
Merge pull request #226 from adriaanm/master
Fix more references to spec
2 parents e9ff3ca + e781c56 commit f865027

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li><a href="http://www.scala-lang.org/api/current/index.html#package">API</a></li>
88
<li><a href="http://docs.scala-lang.org/overviews/">Overviews/Guides</a></li>
99
<li><a href="http://docs.scala-lang.org/tutorials/">Tutorials</a></li>
10-
<li><a href="{{ site.baseurl }}/files/archive/nightly/pdfs/ScalaReference.pdf">Language Specification <img src="{{ site.baseurl }}/resources/img/pdf-red.png" alt="red pdf icon" /></a></li>
10+
<li><a href="{{ site.baseurl }}/files/archive/spec/2.11/">Language Specification</a></li>
1111
</ul>
1212
<ul>
1313
<li><h5>Download</h5></li>

_layouts/frontpage2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2 style="font-weight: 700;">Object-Oriented Meets Functional</h2>
6464
<p class="getting-started"><b>API: </b><a href="http://www.scala-lang.org/api/current/"><b>Current</b></a> | <a href="http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/"><b>Nightly</b></a></p>
6565
<p class="dev-releases"><img src="{{ site.baseurl }}/resources/img/list.png" alt="list icon" /><a href="{{ site.baseurl }}/documentation/api.html">&nbsp;All Previous API Docs</a></p>
6666
<p class="dev-releases"><img src="{{ site.baseurl }}/resources/img/books.png" alt="books icon" /><a href="{{ site.baseurl }}/documentation/">&nbsp;Scala Documentation</a></p>
67-
<p class="all-releases"><img src="{{ site.baseurl }}/resources/img/pdf.png" alt="pdf icon" /><a href="{{ site.baseurl }}/files/archive/spec/2.11/">&nbsp;Language Specification</a></p>
67+
<p class="all-releases"><img src="{{ site.baseurl }}/resources/img/books.png" alt="books icon" /><a href="{{ site.baseurl }}/files/archive/spec/2.11/">&nbsp;Language Specification</a></p>
6868
</div>
6969
</div>
7070
</div>

contribute/bug-reporting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you have a code snippet that is resulting in bytecode which you believe is be
4343

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

46-
* 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/docu/files/ScalaReference.pdf). If in doubt, you may always ask on the [scala-internals mailing list](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) or [stackoveflow](http://stackoverflow.com/questions/tagged/scala).
46+
* 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.11/). If in doubt, you may always ask on the [scala-internals mailing list](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) or [stackoveflow](http://stackoverflow.com/questions/tagged/scala).
4747

4848
In general, if you find yourself stuck on any of these steps, asking on one of the following Scala mailing lists can be helpful:
4949

0 commit comments

Comments
 (0)