update libvips documentation links

This commit is contained in:
E.Kalinin 2020-04-03 23:21:14 +03:00
parent 59eadaf8e9
commit f8965115e6
4 changed files with 6 additions and 6 deletions

View file

@ -89,7 +89,7 @@ const (
)
// Interpretation represents the image interpretation type.
// See: https://jcupitt.github.io/libvips/API/current/VipsImage.html#VipsInterpretation
// See: https://libvips.github.io/libvips/API/current/VipsImage.html#VipsInterpretation
type Interpretation int
const (
@ -119,7 +119,7 @@ const (
// Extend represents the image extend mode, used when the edges
// of an image are extended, you can specify how you want the extension done.
// See: https://jcupitt.github.io/libvips/API/current/libvips-conversion.html#VIPS-EXTEND-BACKGROUND:CAPS
// See: https://libvips.github.io/libvips/API/current/libvips-conversion.html#VIPS-EXTEND-BACKGROUND:CAPS
type Extend int
const (