Skip to content

Commit 307421a

Browse files
authored
Merge pull request #838 from Philippus/fix-more-broken-links
Fix more broken links
2 parents 35316bf + 8fd9259 commit 307421a

7 files changed

+14
-14
lines changed

_posts/2014-04-21-release-notes-2.11.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
4141
* A new experimental way of compiling closures, implemented by [@JamesIry](https://github.com/JamesIry). With `-Ydelambdafy:method` anonymous functions are compiled faster, with a smaller bytecode footprint. This works by keeping the function body as a private (static, if no `this` reference is needed) method of the enclosing class, and at the last moment during compilation emitting a small anonymous class that `extends FunctionN` and delegates to it. This sets the scene for a smooth migration to Java 8-style lambdas (not yet implemented).
4242
* Branch elimination through constant analysis [#2214](https://github.com/scala/scala/pull/2214)
4343
* [Scala.js](http://www.scala-js.org/), a separate project, provides an experimental JavaScript back-end for Scala 2.11. Note that it is not part of the standard Scala distribution.
44-
* Be more [Avian](http://oss.readytalk.com/avian/)- [friendly](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20and%20fixVersion%20%3E%3D%20%22Scala%202.11.0-M1%22%20and%20fixVersion%20%3C%3D%20%22Scala%202.11.0%22%20and%20resolution%20%3D%20fixed%20and%20text%20~%20%22avian%22).
44+
* Be more [Avian](https://readytalk.github.io/avian/)- [friendly](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20and%20fixVersion%20%3E%3D%20%22Scala%202.11.0-M1%22%20and%20fixVersion%20%3C%3D%20%22Scala%202.11.0%22%20and%20resolution%20%3D%20fixed%20and%20text%20~%20%22avian%22).
4545
* Compiler Performance
4646
* Incremental compilation has been improved significantly. To try it out, upgrade to sbt 0.13.2 and add `incOptions := incOptions.value.withNameHashing(true)` to your build! Other build tools are also supported. More info at [this sbt issue](https://github.com/sbt/sbt/issues/1010) -- that's where most of the work happened. More features are planned, e.g. [class-based tracking](https://github.com/sbt/sbt/issues/1104).
4747
* We've been optimizing the batch compiler's performance as well, and will continue to work on this during the 2.11.x cycle.
@@ -67,7 +67,7 @@ Concretely, according to `git log --no-merges --oneline master --not 2.10.x --fo
6767

6868
Thank you all very much.
6969

70-
If you find any errors or omissions in these relates notes, [please submit a PR](https://github.com/scala/make-release-notes/blob/master/hand-written.md)!
70+
If you find any errors or omissions in these relates notes, [please submit a PR](https://github.com/scala/make-release-notes/blob/2.11.x/hand-written.md)!
7171

7272
### Reporting Bugs / Known Issues
7373
Please [file any bugs you encounter](https://issues.scala-lang.org/secure/CreateIssueDetails!init.jspa?pid=10005&issuetype=1&versions=11311). If you're unsure whether something is a bug, please contact the [scala-user](https://groups.google.com/forum/?fromgroups#!forum/scala-user) mailing list.
@@ -78,7 +78,7 @@ Before reporting a bug, please have a look at these [known issues](https://issue
7878
The Scala IDE with this release built in is available from this update site for Eclipse 4.2/4.3 (Juno/Kepler). Please have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
7979

8080
### Available projects
81-
The following Scala projects have already been released against 2.11.0! We'd love to include yours in this list as soon as it's available -- please submit a PR to update [these release notes](https://github.com/scala/make-release-notes/blob/master/hand-written.md).
81+
The following Scala projects have already been released against 2.11.0! We'd love to include yours in this list as soon as it's available -- please submit a PR to update [these release notes](https://github.com/scala/make-release-notes/blob/2.11.x/hand-written.md).
8282

8383
"org.scalacheck" %% "scalacheck" % "1.11.3"
8484
"org.scalatest" %% "scalatest" % "2.1.3"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
5353
* A new experimental way of compiling closures, implemented by [@JamesIry](https://github.com/JamesIry). With `-Ydelambdafy:method` anonymous functions are compiled faster, with a smaller bytecode footprint. This works by keeping the function body as a private (static, if no `this` reference is needed) method of the enclosing class, and at the last moment during compilation emitting a small anonymous class that `extends FunctionN` and delegates to it. This sets the scene for a smooth migration to Java 8-style lambdas (not yet implemented).
5454
* Branch elimination through constant analysis [#2214](https://github.com/scala/scala/pull/2214)
5555
* [Scala.js](http://www.scala-js.org/), a separate project, provides an experimental JavaScript back-end for Scala 2.11. Note that it is not part of the standard Scala distribution.
56-
* Be more [Avian](http://oss.readytalk.com/avian/)- [friendly](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20and%20fixVersion%20%3E%3D%20%22Scala%202.11.0-M1%22%20and%20fixVersion%20%3C%3D%20%22Scala%202.11.1%22%20and%20resolution%20%3D%20fixed%20and%20text%20~%20%22avian%22).
56+
* Be more [Avian](https://readytalk.github.io/avian/)- [friendly](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20and%20fixVersion%20%3E%3D%20%22Scala%202.11.0-M1%22%20and%20fixVersion%20%3C%3D%20%22Scala%202.11.1%22%20and%20resolution%20%3D%20fixed%20and%20text%20~%20%22avian%22).
5757
* Compiler Performance
5858
* Incremental compilation has been improved significantly. To try it out, upgrade to sbt 0.13.2 and add `incOptions := incOptions.value.withNameHashing(true)` to your build! Other build tools are also supported. More info at [this sbt issue](https://github.com/sbt/sbt/issues/1010) -- that's where most of the work happened. More features are planned, e.g. [class-based tracking](https://github.com/sbt/sbt/issues/1104).
5959
* We've been optimizing the batch compiler's performance as well, and will continue to work on this during the 2.11.x cycle.
@@ -79,21 +79,21 @@ Concretely, according to `git log --no-merges --oneline 2.11.x --not 2.10.x --fo
7979

8080
Thank you all very much.
8181

82-
If you find any errors or omissions in these relates notes, [please submit a PR](https://github.com/scala/make-release-notes/blob/master/hand-written.md)!
82+
If you find any errors or omissions in these relates notes, [please submit a PR](https://github.com/scala/make-release-notes/blob/2.11.x/hand-written.md)!
8383

8484
### Reporting Bugs / Known Issues
8585
Please [file any bugs you encounter](https://issues.scala-lang.org/secure/CreateIssueDetails!init.jspa?pid=10005&issuetype=1&versions=11311). If you're unsure whether something is a bug, please contact the [scala-user](https://groups.google.com/forum/?fromgroups#!forum/scala-user) mailing list.
8686

8787
Before reporting a bug, please have a look at these [known issues](https://issues.scala-lang.org/browse/SI-6267?jql=project%20%3D%20SI%20AND%20%28fixVersion%20is%20empty%20or%20fixVersion%20%3E%20%22Scala%202.11.1%22%29%20AND%20affectedVersion%20in%20%28%22Scala%202.11.0%22%2C%20%22Scala%202.11.1%22%29%20%20and%20resolution%20%3D%20unresolved%20ORDER%20BY%20priority%20DESC).
8888

8989
### Scala IDE for Eclipse
90-
The Scala IDE with this release built in is [available from this update site](http://download.scala-ide.org/ecosystem/helium/e38/scala211/stable/site/) for [Eclipse 4.2/4.3 (Juno/Kepler)](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/keplersr2). Please have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
90+
The Scala IDE with this release built in is [available from this update site](http://download.scala-ide.org/sdk/helium/e38/scala211/stable/site/) for [Eclipse 4.2/4.3 (Juno/Kepler)](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/keplersr2). Please have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
9191

9292

9393
### Available projects
9494
The following Scala projects have already been released against 2.11! See also [@jrudolph's analysis](https://gist.github.com/jrudolph/7a323f5e2820d8479b18) of the availability of 2.11 builds of popular libraries (as well as which ones are missing); updated regularly.
9595

96-
We'd love to include your release in this list as soon as it's available -- please submit a PR to update [these release notes](https://github.com/scala/make-release-notes/blob/master/hand-written.md).
96+
We'd love to include your release in this list as soon as it's available -- please submit a PR to update [these release notes](https://github.com/scala/make-release-notes/blob/2.11.x/hand-written.md).
9797

9898
"org.scalacheck" %% "scalacheck" % "1.11.4"
9999
"org.scalatest" %% "scalatest" % "2.1.7"

_posts/2014-06-30-2.12-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Scala 2.10.5 (Q4 2014) will be the last 2.10 release. We’re planning five 2.11
6767
| 2.12.0 | *Jan 2016* | |
6868

6969

70-
During the development of Scala 2.11, we've made big steps forward in automating our [release process](https://scala-webapps.epfl.ch/jenkins/view/scala-release-2.11.x/job/scala-release-2.11.x/) and regression testing via our [Community Build](https://jenkins-dbuild.typesafe.com:8499/view/Shared/) which builds 1M LOC of popular open source projects. Both the release script and the community builds are also run on a nightly basis.
70+
During the development of Scala 2.11, we've made big steps forward in automating our release process and regression testing via our [Community Build](https://jenkins-dbuild.typesafe.com:8499/view/Shared/) which builds 1M LOC of popular open source projects. Both the release script and the community builds are also run on a nightly basis.
7171

7272
As such, as of Scala 2.11.1, we've decided to skip Release Candidates for 2.x.y releases where y > 0. This enables more frequent minor releases on a predictable schedule.
7373

_posts/2015-10-07-minutes-from-sept-2015.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A number of SIPs and SLIPs were considered, with the following decisions:
3333
* The [Escaped Quotes in String Interpolation](https://github.com/scala/slip/issues/10) SIP has been assigned SIP number 26, and will be shepherded by Josh Suereth.
3434
* [SIP 24](http://docs.scala-lang.org/sips/pending/repeated-byname.html) and [SIP 25](http://docs.scala-lang.org/sips/pending/trait-parameters.html) are both to be deferred until implementations are available before being considered further. Tracking for these SIPs can be found in [Issue 12](https://github.com/scala/slip/issues/12)
3535
* Related to By-name functions (SIP 24). Josh and Dick both noted encountering common eagerness bugs in code using the current by-names in Scala, and wanted to open an investigation into by-names in general to see if those might be tackled. [A new issue 21](https://github.com/scala/slip/issues/21) tracks that activity.
36-
* [SLIP 22 - Async](https://github.com/scala/slip/blob/master/text/0022-async.md) is tracked in [Issue 22](https://github.com/scala/slip/issues/22). Seth is to obtain more info about the status of SLIP 22 for the next meeting.
36+
* [SLIP 22 - Async](https://docs.scala-lang.org/sips/async.html) is tracked in [Issue 22](https://github.com/scala/slip/issues/22). Seth is to obtain more info about the status of SLIP 22 for the next meeting.
3737
* Either/Validation is proceeding but no SLIP proposal or number yet. Progress can be tracked in [Issue 5](https://github.com/scala/slip/issues/5)
3838
* Scala IO improvements likewise are just getting started, but can be tracked in [Issue 19](https://github.com/scala/slip/issues/19)
39-
* [SLIP 27](https://github.com/scala/slip/blob/master/text/0027-collection-view-redesign.md) has been assigned to a Views redesign proposed by Josh Suereth. Please note that this SLIP is now open for public review for the period of at least one month. This does not block implementation work in the meantime, but may require changes based on the outcome of the public review. The progress of this SLIP will be tracked under [Issue 23](https://github.com/scala/slip/issues/23).
39+
* SLIP 27 has been assigned to a Views redesign proposed by Josh Suereth. Please note that this SLIP is now open for public review for the period of at least one month. This does not block implementation work in the meantime, but may require changes based on the outcome of the public review. The progress of this SLIP will be tracked under [Issue 23](https://github.com/scala/slip/issues/23).

_posts/2016-01-02-new-year-resolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ power wisely, and to promote simplicity of usage wherever possible.
3939
Unfortunately, most of us fall all too easily into the complexity
4040
trap, as Alex Payne's tweet sums it up very nicely.
4141

42-
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">“Complexity is like a bug light for smart people. We can&#39;t resist it, even though we know it&#39;s bad for us.” <a href="https://t.co/V9Izi573CF">https://t.co/V9Izi573CF</a></p>&mdash; Alex Payne (@al3x) <a href="https://twitter.com/al3x/status/683036775942496256">January 1, 2016</a></blockquote>
42+
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">“Complexity is like a bug light for smart people. We can&#39;t resist it, even though we know it&#39;s bad for us.” <a href="https://t.co/V9Izi573CF">https://t.co/V9Izi573CF</a></p>&mdash; Alex Payne (@al3x) January 1, 2016</blockquote>
4343
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
4444

4545
I have been as guilty of complication as everybody else. Is

_posts/2016-10-24-scalafix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ regular Scala source files, SBT files as well as code that uses new
133133
Dotty syntax such as union types and trait parameters. All this powerful
134134
functionality is implemented behind a minimalistic interface.
135135
The NonVolatileLazyVal
136-
[implementation](https://github.com/scalacenter/scalafix/blob/master/core/src/main/scala/scalafix/rewrite/VolatileLazyVal.scala)
136+
[implementation](https://github.com/scalacenter/scalafix/blob/5f927db1d820995323665bd37bcc1947e9e6dbfe/core/src/main/scala/scalafix/rewrite/VolatileLazyVal.scala)
137137
is 15 lines of code. It could comfortably fit in three tweets.
138138

139139
We would not be able to achieve this level of expressiveness with

contribute/tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ projects:
4444
link: https://github.com/scala/scala-partest
4545
homeLink: http://docs.scala-lang.org/tutorials/partest-guide.html
4646
issuesLink: https://github.com/scala/scala-partest/issues
47-
readmeLink: https://github.com/scala/scala-partest/blob/master/README.md
47+
readmeLink: https://github.com/scala/scala-partest/blob/1.1.x/README.md
4848
contributingLink:
4949
- title: Ensime
5050
description: Scala Support for Text Editors
@@ -84,7 +84,7 @@ projectsInNeed:
8484

8585
The links below are to a number of Scala build and IDE related projects that are important in the larger Scala space, and which welcome contributions.
8686

87-
Since these tools are in separate projects, they may (and likely will) have their own rules and guidelines for contributing. The [Hacker Guide](/contribute/hacker-guide/) and [Bug-fixing](/contribute/guide/) pages will likely have much in the way of related information on how to contribute to these projects, and are recommended reading. You should also check the README.md and (if it's present) CONTRIBUTING.md files from the actual projects before contributing to them.
87+
Since these tools are in separate projects, they may (and likely will) have their own rules and guidelines for contributing. The [Hacker Guide](/contribute/hacker-guide.html) and [Bug-fixing](/contribute/guide.html) pages will likely have much in the way of related information on how to contribute to these projects, and are recommended reading. You should also check the README.md and (if it's present) CONTRIBUTING.md files from the actual projects before contributing to them.
8888

8989
Typically, issues for these projects will be reported and kept in the GitHub project issue tracker for that project rather than in the Scala bug tracker.
9090
Many of these projects have a <a href="https://gitter.im">gitter</a> channel (usually listed in the README or CONTRIBUTING documents) which is a great place to discuss proposed work before commencing.

0 commit comments

Comments
 (0)