Skip to content

Commit 1a249fa

Browse files
committed
fix bad links
1 parent 7fdf3ec commit 1a249fa

3 files changed

+3
-3
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

0 commit comments

Comments
 (0)