diff --git a/tutorials/tour/_posts/2017-02-13-compound-types.md b/tutorials/tour/_posts/2017-02-13-compound-types.md index 195771b50e..bdf9a559a6 100644 --- a/tutorials/tour/_posts/2017-02-13-compound-types.md +++ b/tutorials/tour/_posts/2017-02-13-compound-types.md @@ -7,7 +7,7 @@ discourse: true tutorial: scala-tour categories: tour num: 24 -next-page: explicitly-typed-self-references +next-page: self-types previous-page: abstract-types --- diff --git a/tutorials/tour/_posts/2017-02-13-implicit-parameters.md b/tutorials/tour/_posts/2017-02-13-implicit-parameters.md index f3f6fcfb22..70d69a63b1 100644 --- a/tutorials/tour/_posts/2017-02-13-implicit-parameters.md +++ b/tutorials/tour/_posts/2017-02-13-implicit-parameters.md @@ -8,7 +8,7 @@ tutorial: scala-tour categories: tour num: 26 next-page: implicit-conversions -previous-page: explicitly-typed-self-references +previous-page: self-types --- A method with _implicit parameters_ can be applied to arguments just like a normal method. In this case the implicit label has no effect. However, if such a method misses arguments for its implicit parameters, such arguments will be automatically provided.