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

@ -209,7 +209,7 @@ func (i *Image) Metadata() (ImageMetadata, error) {
}
// Interpretation gets 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
func (i *Image) Interpretation() (Interpretation, error) {
return ImageInterpretation(i.buffer)
}