We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea704d2 commit 714107cCopy full SHA for 714107c
docs/src/arrays_colors.md
@@ -107,8 +107,8 @@ ColorTypes.Gray{Float64}
107
108
`dump` shows the "internal" representation of an object. You can see
109
that `Gray` is a
110
-[type](http://docs.julialang.org/en/stable/manual/types/)
111
-(technically, an `immutable`) with a single field `val`; for
+[type](https://docs.julialang.org/en/v1/manual/types/)
+(technically, an immutable `struct`) with a single field `val`; for
112
`Gray{Float64}`, `val` is a 64-bit floating point number. Using `val`
113
directly is not recommended: you can extract the `Float64` value with
114
the accessor functions `real` or `gray` (the reason for the latter
0 commit comments