diff --git a/_content/tour/methods.article b/_content/tour/methods.article index f46b05a419..51a71fe77c 100644 --- a/_content/tour/methods.article +++ b/_content/tour/methods.article @@ -397,7 +397,7 @@ declaration is inside package `image`. (See [[/pkg/image/#Image][the documentation]] for all the details.) -The `color.Color` and `color.Model` types are also interfaces, but we'll ignore that by using the predefined implementations `color.RGBA` and `color.RGBAModel`. These interfaces and types are specified by the [[/pkg/image/color/][image/color package]] +The `color.Color` and `color.Model` types are also interfaces, but we'll ignore that by using the predefined implementations `color.RGBA` and `color.RGBAModel`. These interfaces and types are specified by the [[/pkg/image/color/][image/color package]]. .play methods/images.go