Skip to content

Commit 1c2818b

Browse files
authored
Merge pull request #2342 from lenguyenthanh/patch-1
Fix link to for type lambdas url
2 parents 3fd5b33 + 0eae0a3 commit 1c2818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-migration/plugin-kind-projector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ type MyLambda[F[_], A] = EitherT[F, Int, A]
100100
MyLambda
101101
```
102102

103-
Alternatively you may use Scala 3's [Native Type Lambdas](https://dotty.epfl.ch/docs/reference/new-types/type-lambdas.html) if you do not need to cross-compile:
103+
Alternatively you may use Scala 3's [Native Type Lambdas](https://docs.scala-lang.org/scala3/reference/new-types/type-lambdas.html) if you do not need to cross-compile:
104104

105105
```scala
106106
[F[_], A] =>> EitherT[F, Int, A]

0 commit comments

Comments
 (0)