Skip to content

Commit 3f64cd3

Browse files
authored
Merge pull request #1201 from SethTisue/fix-bad-links
fix bad links to Dotty site
2 parents 7fdf3ec + 8370d77 commit 3f64cd3

4 files changed

+3
-7
lines changed

blog/_posts/2017-05-31-first-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This technology preview demonstrates new language features planned for Scala 3:
6969
- [Trait Parameters](https://dotty.epfl.ch/docs/reference/other-new-features/trait-parameters.html)
7070
- [Enumerations](https://dotty.epfl.ch/docs/reference/enums/enums.html)
7171
- [Algebraic Data Types](https://dotty.epfl.ch/docs/reference/enums/adts.html)
72-
- [By-Name Implicits](https://dotty.epfl.ch/docs/reference/other-new-features/implicit-by-name-parameters.html)
72+
- [By-Name Implicits](https://dotty.epfl.ch/docs/reference/contextual/by-name-context-parameters.html)
7373

7474
We also ship with tools that help you try out the Dotty platform:
7575

blog/_posts/2017-07-12-second-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The [previous technology preview](/blog/2017/05/31/first-dotty-milestone-release
3131
[Trait Parameters](https://dotty.epfl.ch/docs/reference/other-new-features/trait-parameters.html),
3232
[Enumerations](https://dotty.epfl.ch/docs/reference/enums/enums.html),
3333
[Algebraic Data Types](https://dotty.epfl.ch/docs/reference/enums/adts.html),
34-
[By-Name Implicits](https://dotty.epfl.ch/docs/reference/other-new-features/implicit-by-name-parameters.html).
34+
[By-Name Implicits](https://dotty.epfl.ch/docs/reference/contextual/by-name-context-parameters.html).
3535

3636
This technology preview is geared towards improving stability and reliability. It includes:
3737

blog/_posts/2018-04-30-in-a-nutshell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The Scala 3 language will also directly incorporate some constructs
176176
that so far required advanced macro code to define. In particular:
177177

178178
- We model lazy implicits directly using
179-
[by-name parameters](https://dotty.epfl.ch/docs/reference/other-new-features/implicit-by-name-parameters.html) instead of through a macro.
179+
[by-name parameters](https://dotty.epfl.ch/docs/reference/contextual/by-name-context-parameters.html) instead of through a macro.
180180

181181
- Native [type lambdas](https://dotty.epfl.ch/docs/reference/new-types/type-lambdas.html) reduce the need for [kind projector](https://github.com/non/kind-projector).
182182

index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ scalaIDEs:
6767
icon: /resources/img/frontpage/sublime.png
6868
metals: true
6969
url: "https://scalameta.org/metals/docs/editors/sublime.html"
70-
- name: Atom
71-
icon: /resources/img/frontpage/atom.png
72-
metals: true
73-
url: "https://scalameta.org/metals/docs/editors/atom.html"
7470
# Scala ecosystem
7571
ecosystemTitle: "Scala ecosystem"
7672
ecosystemDescription: "The Scala Library Index (or Scaladex) is a representation of a map of all published Scala libraries. With Scaladex, a developer can now query more than 175,000 releases of Scala libraries. Scaladex is officially supported by Scala Center."

0 commit comments

Comments
 (0)