Skip to content

Fix more references to spec #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li><a href="http://www.scala-lang.org/api/current/index.html#package">API</a></li>
<li><a href="http://docs.scala-lang.org/overviews/">Overviews/Guides</a></li>
<li><a href="http://docs.scala-lang.org/tutorials/">Tutorials</a></li>
<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>
<li><a href="{{ site.baseurl }}/files/archive/spec/2.11/">Language Specification</a></li>
</ul>
<ul>
<li><h5>Download</h5></li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/frontpage2.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 style="font-weight: 700;">Object-Oriented Meets Functional</h2>
<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>
<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>
<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>
<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>
<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>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion contribute/bug-reporting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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/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).
* 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).

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

Expand Down