Skip to content

Commit f9310b9

Browse files
authored
Merge pull request #544 from jarrodwb/broken-links
Fix some more broken links
2 parents fe65a9a + b364385 commit f9310b9

35 files changed

+92
-104
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ contributors get familiar with the code base.
3131

3232
My second resolution is to take a larger effort to promote simplicity
3333
in Scala. I believe the recent [blog post by Jim
34-
Plush](http://jimplush.com/talk/2015/12/19/moving-a-team-from-scala-to-golang/) should be a wakeup call for our
34+
Plush](https://web.archive.org/web/20160612120018/http://jimplush.com/talk/2015/12/19/moving-a-team-from-scala-to-golang/) should be a wakeup call for our
3535
community. Scala is a very powerful and un-opinionated language. This
3636
means we have a large spectrum of choice how to write a Scala
3737
application or library. It's very important for all of us to use this
@@ -59,7 +59,3 @@ simpler: The language, its foundations, its libraries. I hope you
5959
will join me in that venture.
6060

6161
With that thought, I wish you a happy new year 2016.
62-
63-
64-
65-

blog/_posts/2016-08-15-sip-meeting-august-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The rejected proposals were:
2323
beautiful, the Committee agreed that would give more problems
2424
than benefits. Seth Tisue, the appointed reviewer, fully explains
2525
the Committee's reaction [here](https://github.com/scala/scala.github.com/issues/555).
26-
- [SIP-16: Self-cleaning macros](http://docs.scala-lang.org/sips/pending/self-cleaning-macros.html).
26+
- [SIP-16: Self-cleaning macros](http://docs.scala-lang.org/sips/rejected/self-cleaning-macros.html).
2727
Originally proposed in 2012. Macros add a whole new dimension to the
2828
Scala language. Their experimental implementation was adopted by a
2929
lot of Scala libraries and were immensely useful for the creation
@@ -40,7 +40,7 @@ The rejected proposals were:
4040
The two proposals that made it to the next iteration are
4141
[SIP-23: Literal-based singleton types](http://docs.scala-lang.org/sips/pending/42.type.html) (reviewer:
4242
Adriaan Moors) and [SIP-27: Trailing
43-
Commas](https://github.com/scala/scala.github.com/pull/533%23issuecomment-239422098) (reviewer:
43+
Commas](https://github.com/scala/scala.github.com/pull/533#issuecomment-239422098) (reviewer:
4444
Eugene Burmako). The reviewers and committee members provided more feedback to
4545
iterate on. Both proposals already have
4646
provisional implementations and will continue to be discussed for

blog/_posts/2016-10-14-dotty-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Awesome Error Messages for Dotty"
66
---
77

88
One thing that really excites me about being part of the core group of
9-
developers working on [Dotty](http://lampepfl.github.io/dotty) is my chance to
9+
developers working on [Dotty](http://dotty.epfl.ch/) is my chance to
1010
impact usability. A lot of thought has gone into designing Dotty to be as fast
1111
and structurally sound as possible. Now comes the next step - adding a new
1212
level of usability for the compiler and the surrounding tools.

blog/_posts/2016-10-24-scalafix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ early release is still somewhat rough around the edges. Nevertheless,
214214
[scalafmt](https://olafurpg.github.io/scalafmt/) is already using
215215
these new macro annotations in production for more than a month now. If you
216216
are interested in learning more, the best place to get started is
217-
[my recent Scala World workshop](http://olafurpg.github.io/scala.meta-workshop).
217+
[the Whirlwind Tour of scala.meta](http://scalameta.org/tutorial/).
218218

219219
Much like scalafix, new-style macros crucially rely on the
220220
infrastructure provided by scala.meta. Concretely, the converter and the

contribute/tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Typically, issues for these projects will be reported and kept in the github pro
1212
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.
1313

1414
There are some projects in this section that are in
15-
[particular need](#projects_in_particular_need) so please check those out
15+
[particular need](#projects-in-particular-need) so please check those out
1616
if you would like to help revive them.
1717

1818
### Broken Links?
1919

20-
Stuff changes. Found a broken link or something that needs updating on this page? Please, consider [submitting a documentation pull request](./documentation.html#updating_scalalangorg) to fix it.
20+
Stuff changes. Found a broken link or something that needs updating on this page? Please, consider [submitting a documentation pull request](./documentation.html#updating-scala-langorg) to fix it.
2121

2222
### Projects
2323

documentation/books.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ for Technical Books
4545
– **Available Now**
4646
by Cay S. Horstmann
4747

48-
Published by [Addison-Wesley](http://www.pearsoned.co.uk/Imprints/Addison-Wesley/):
48+
Published by [Addison-Wesley](https://heuk.pearson.com/about-us.html/Addison-Wesley/):
4949

5050
<div class="row">
5151
<div class="span2">
@@ -223,4 +223,3 @@ So there are few things more intriguing or important than code that we think we
223223
Scala Puzzlers is a collection of such examples in Scala. It is not only an entertaining and instructive way of understanding this highly expressive language better. It will also help you recognize many counter-intuitive traps and pitfalls and prevent them from inflicting further production bug hunt stress on Scala developers."
224224
</div>
225225
</div>
226-

download/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The compiler now runs as optimised code. In addition, a number of improvements a
282282

283283
#### Scaladoc 2
284284

285-
A new look-and-feel, automatic comments expansion and wiki-like syntax, as well as compile-time error checking. Read more about changes on the [Scaladoc 2 mini-site](http://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/).
285+
A new look-and-feel, automatic comments expansion and wiki-like syntax, as well as compile-time error checking.
286286

287287
#### Sbaz 2
288288

gsoc/2014.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ should introduce themselves on the [group's mailing list][br2].
453453
[br10]: http://github.com/scalanlp/breeze-viz
454454
[br11]: http://matplotlib.org/
455455
[br12]: http://ggplot2.org/
456-
[br13]: http://dcjones.github.io/Gadfly.jl/
456+
[br13]: http://gadflyjl.org/stable/
457457

458458
## Requirements and Guidelines
459459

@@ -473,7 +473,7 @@ number of applications. First, be aware of the following:
473473
make sure that the development is going according to the plan and
474474
students don't get stuck for weeks at a time (3 months may seem
475475
long, but in reality it is very easy to run out of time).
476-
* The [official SoC timetable](http://www.google-melange.com/gsoc/events/google/gsoc2014)
476+
* The [official SoC timetable](https://www.google-melange.com/archive/gsoc/2014)
477477
mentions May 19th as the official start of coding, but if you
478478
have time you are encouraged to research your proposals even
479479
before that (and definitely learn the basics of Scala, if you

gsoc/2015.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Supervised by @axel22
162162

163163
### TASTY support for Scala
164164

165-
Proposed in [the scala.meta project](https://www.parleys.com/talk/53a7d2c6e4b0543940d9e54b/chapter0/about), the idea of AST persistence recently gained traction in the Scala ecosystem. Last fall, [the Dotty team has adopted](https://groups.google.com/forum/#!topic/scala-internals/hshvEUF3JUk) TASTY, a typed AST pickling format, as its primary interchange format, and its implementation is already [making its way](https://github.com/lampepfl/dotty/pull/365) into the Dotty compiler.
165+
Proposed in [the scala.meta project](http://scalameta.org/), the idea of AST persistence recently gained traction in the Scala ecosystem. Last fall, [the Dotty team has adopted](https://groups.google.com/forum/#!topic/scala-internals/hshvEUF3JUk) TASTY, a typed AST pickling format, as its primary interchange format, and its implementation is already [making its way](https://github.com/lampepfl/dotty/pull/365) into the Dotty compiler.
166166

167167
The goal of this project is to implement serialization and deserialization of Scala compiler trees into TASTY to help us establish the new metaprogramming platform for the Scala ecosystem. This will facilitate interoperability between Scala and Dotty, will enable advanced metaprogramming techniques with scala.meta and provide the potential to improve code optimization facilities for Scala.
168168

@@ -193,7 +193,7 @@ number of applications. First, be aware of the following:
193193
make sure that the development is going according to the plan and
194194
students don't get stuck for weeks at a time (3 months may seem
195195
long, but in reality it is very easy to run out of time).
196-
* The [official SoC timetable](http://www.google-melange.com/gsoc/events/google/gsoc2015)
196+
* The [official SoC timetable](https://www.google-melange.com/archive/gsoc/2015)
197197
mentions May 19th as the official start of coding, but if you
198198
have time you are encouraged to research your proposals even
199199
before that (and definitely learn the basics of Scala, if you

gsoc/2016.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ empirically evaluating the model across different sorts of applications.
137137

138138
_(Note, there is already a waiting list for this project.)_
139139

140-
Supervised by [@heathercmiller](https://github.com/heathercmiller/)
140+
Supervised by [@heathermiller](https://github.com/heathermiller/)
141141

142142
### DottyDoc: A Documentation Generator for Dotty
143143

@@ -151,7 +151,7 @@ documentation generation tool (à la Scaladoc) for the Dotty compiler.
151151

152152
_(Note, there is already a waiting list for this project.)_
153153

154-
Supervised by [@heathercmiller](https://github.com/heathercmiller/)
154+
Supervised by [@heathermiller](https://github.com/heathermiller/)
155155

156156
### DottyREPL: A Better REPL for Dotty
157157

@@ -252,10 +252,6 @@ and Scala.js) implementation of XML library based on fastparse parser combinator
252252
- Refine the AST model
253253
- Implement quasiquotes based on the parser and AST model
254254

255-
Original prototype is available at:
256-
257-
[https://github.com/densh/scala-nxml](https://github.com/densh/scala-nxml)
258-
259255
Supervised by [@densh](https://github.com/densh)
260256

261257
## ENSIME project ideas
@@ -266,7 +262,7 @@ This brings IDE features to your favourite text editor.
266262

267263
A number of project ideas around ENSIME project are listed on the following page:
268264

269-
[http://ensime.github.io/contributing/ideas/](http://ensime.github.io/contributing/ideas/)
265+
[http://ensime.github.io/contributing/](http://ensime.github.io/contributing/)
270266

271267
Mentored by [@fommil](https://github.com/fommil) and/or
272268
[@a_dev_musing](https://twitter.com/a_dev_musing).

news/_posts/2013-02-28-release-notes-v2.10.1-RC2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Before reporting a bug, please have a look at these known issues scheduled [for
2121
### Scala IDE for Eclipse
2222
The Scala IDE with Scala 2.10.1-RC2 built right in is available through one of the following update-sites:
2323

24-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
25-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
24+
* for Eclipse 3.7 (Indigo)
25+
* for Eclipse 3.8/4.2 (Juno) (Support for this version is experimental.)
2626

2727
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
2828

news/_posts/2013-02-28-release-notes-v2.9.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This release includes the following improvements:
1818

1919
You may install the Scala IDE 3.0-RC1 for Scala 2.9.3 through one of the following update-sites:
2020

21-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala29/dev/site/)
22-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala29/dev/site/)
21+
* for Eclipse 3.7 (Indigo)
22+
* for Eclipse 3.8/4.2 (Juno)
2323

2424

2525
#### A big thank you to all the contributors!

news/_posts/2013-03-06-release-notes-v2.10.1-RC3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Before reporting a bug, please have a look at these known issues scheduled [for
2121
### Scala IDE for Eclipse
2222
The Scala IDE with Scala 2.10.1-RC3 built right in is available through one of the following update-sites:
2323

24-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
25-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
24+
* for Eclipse 3.7 (Indigo)
25+
* for Eclipse 3.8/4.2 (Juno) (Support for this version is experimental.)
2626

2727
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
2828

news/_posts/2013-03-13-release-notes-v2.10.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Before reporting a bug, please have a look at these [known issues](https://issue
1717
### Scala IDE for Eclipse
1818
The Scala IDE with Scala 2.10.1-RC3 built right in is available through one of the following update-sites:
1919

20-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
21-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
20+
* for Eclipse 3.7 (Indigo)
21+
* for Eclipse 3.8/4.2 (Juno) (Support for this version is experimental.)
2222

2323
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
2424

news/_posts/2013-03-20-gsoc13.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ Contact details for the plugin project
358358

359359
This is the second time the Scala project has applied to the Summer of Code, and from last years experience, increased popularity of the language and stories of other mentor organizations we expect a high number of applications. First, be aware of the following:
360360

361-
* Make sure that you understand, fulfill and agree to the general [Google Summer of Code rules](http://google-melange.appspot.com/document/show/gsoc_program/google/gsoc2013/faqs)
361+
* Make sure that you understand, fulfill and agree to the general [Google Summer of Code rules](https://www.google-melange.com/archive/gsoc/2013)
362362
* The work done during GSoC requires some discipline from the students as they have to plan their day-to-day activities by themselves. Nevertheless we expect regular contact with the mentors by the usual forms of communication (mail, chat, phone) to make sure that the development is going according to the plan and students don't get stuck for weeks at a time (3 months may seem long, but in reality it is very easy to run out of time).
363-
* The [official SoC timetable](http://www.google-melange.com/gsoc/events/google/gsoc2013) mentions June 17th as the official start of coding, but if you have time you are encouraged to research your proposals even before that (and definitely learn the basics of Scala, if you haven't done that already). Note that the official time for coding has now shifted more towards summer and autumn (rather than spring and summer).
363+
* The [official SoC timetable](https://www.google-melange.com/archive/gsoc/2013) mentions June 17th as the official start of coding, but if you have time you are encouraged to research your proposals even before that (and definitely learn the basics of Scala, if you haven't done that already). Note that the official time for coding has now shifted more towards summer and autumn (rather than spring and summer).
364364

365365
## Student Application Guidelines
366366

@@ -385,4 +385,4 @@ Your proposal should contain at least the following information, but feel free t
385385
* Any relevant skills that will help you to achieve the goal (programming languages, frameworks)?
386386
* Any previous open-source projects (or even previous GSoC) you have contributed to?
387387
* Do you plan to have any other commitments during SoC that may affect you work? Any vacations/holidays planned? Please be specific as much as you can.
388-
* Contact details (**very important!**)
388+
* Contact details (**very important!**)

news/_posts/2013-05-23-release-notes-v2.10.2-RC1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Before reporting a bug, please have a look at these [known issues](https://issue
1717
### Scala IDE for Eclipse
1818
The Scala IDE with Scala 2.10.2-RC1 built right in is available through one of the following update-sites:
1919

20-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
21-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
20+
* for Eclipse 3.7 (Indigo)
21+
* for Eclipse 3.8/4.2 (Juno) (Support for this version is experimental.)
2222

2323
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
2424

@@ -338,7 +338,7 @@ sha | Title
338338
[7250312](https://github.com/scala/scala/commit/7250312) | <notextile>SI-6386 typed existential type tree's original now have tpe set</notextile>
339339
[6a61e17](https://github.com/scala/scala/commit/6a61e17) | <notextile>SI-7289 Less strict type application for TypeVar.</notextile>
340340
[34a6fa9](https://github.com/scala/scala/commit/34a6fa9) | <notextile>SI-6937 core type tags are no longer referentially unique</notextile>
341-
[dc3fa0a](https://github.com/scala/scala/commit/dc3fa0a) | <notextile>if starr.use.released fetch Scala ${starr.version} for STARR</notextile>
341+
dc3fa0a | <notextile>if starr.use.released fetch Scala ${starr.version} for STARR</notextile>
342342
[3fe2e86](https://github.com/scala/scala/commit/3fe2e86) | <notextile>assume build.release when maven.version.suffix is set</notextile>
343343
[7184bd3](https://github.com/scala/scala/commit/7184bd3) | <notextile>make quick.done depend on quick.bin again</notextile>
344344
[0affa94](https://github.com/scala/scala/commit/0affa94) | <notextile>SI-7321 Memory leak in specialize on multiple compiler runs.</notextile>
@@ -437,9 +437,9 @@ sha | Title
437437
[b2c2493](https://github.com/scala/scala/commit/b2c2493) | <notextile>reflection no longer uses atPhase and friends</notextile>
438438
[a9dca51](https://github.com/scala/scala/commit/a9dca51) | <notextile>synchronizes symbols</notextile>
439439
[0262941](https://github.com/scala/scala/commit/0262941) | <notextile>removes the crazy extraneous log</notextile>
440-
[21d5d38](https://github.com/scala/scala/commit/21d5d38) | <notextile>moves Symbol#SymbolKind to Symbols</notextile>
440+
21d5d38 | <notextile>moves Symbol#SymbolKind to Symbols</notextile>
441441
[3e7db2d](https://github.com/scala/scala/commit/3e7db2d) | <notextile>adds some comments to resetAttrs</notextile>
442-
[e2a17d9](https://github.com/scala/scala/commit/e2a17d9) | <notextile>resetAttrs now always erases This.tpe</notextile>
442+
e2a17d9 | <notextile>resetAttrs now always erases This.tpe</notextile>
443443
[4f1bfec](https://github.com/scala/scala/commit/4f1bfec) | <notextile>Fix SI-7107: scala now thinks every exception is polymorphic</notextile>
444444
[8187deb](https://github.com/scala/scala/commit/8187deb) | <notextile>SI-7074 Fix xml attribute sorting</notextile>
445445
[89be691](https://github.com/scala/scala/commit/89be691) | <notextile>fixes the test for SI-7112</notextile>

0 commit comments

Comments
 (0)