From 0db32a255556fef1beb87815b390cb91cc06ad2b Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Wed, 12 Jun 2019 07:55:04 +0200 Subject: [PATCH] Fix link to kind polymorphism The link is broken as the structure has probably changed --- docs/docs/reference/new-types/type-lambdas-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/new-types/type-lambdas-spec.md b/docs/docs/reference/new-types/type-lambdas-spec.md index e989d72ae2a4..fd15e88c7783 100644 --- a/docs/docs/reference/new-types/type-lambdas-spec.md +++ b/docs/docs/reference/new-types/type-lambdas-spec.md @@ -97,7 +97,7 @@ is treated as a shorthand for **Note**: The decision to treat `Nothing` as universal bottom type is provisional, and might be changed afer further discussion. -**Note**: Scala 2 and 3 differ in that Scala 2 also treats `Any` as universal top-type. This is not done in Scala 3. See also the discussion on [kind polymorphism](./kind-polymorphism.html) +**Note**: Scala 2 and 3 differ in that Scala 2 also treats `Any` as universal top-type. This is not done in Scala 3. See also the discussion on [kind polymorphism](../other-new-features/kind-polymorphism.html) ## Curried Type Parameters