From f90de3c25d02cf89389d67d2e44aa2b527ca79a3 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 16 Jan 2019 17:45:02 +0000 Subject: [PATCH] fix some links in docs --- doc/How-it-works.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/How-it-works.md b/doc/How-it-works.md index fc74394a..041a2658 100644 --- a/doc/How-it-works.md +++ b/doc/How-it-works.md @@ -249,10 +249,10 @@ fancier and adds things like automatic object lifetime management. The [command-line interface](using-cli.html) uses introspection to run any vips operation in the class hierarchy. -The [Python API](using-from-python.html) is built on top of -gobject-introspection. It is written in Python, so as long as you can get -gobject-introspection working, you should be able to use vips. It supports -python2 and python3 and works on Linux, OS X and Windows. +There are bindings for [many other +languages](https://jcupitt.github.io/libvips/) on many platforms. Most of +these bindings use the introspection system to generate the binding at +run-time. # Snip