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

@ -43,7 +43,7 @@ func ColourspaceIsSupported(buf []byte) (bool, error) {
}
// ImageInterpretation returns 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 ImageInterpretation(buf []byte) (Interpretation, error) {
return vipsInterpretationBuffer(buf)
}