Skip to content

Commit 6e15a50

Browse files
authored
Merge pull request #66 from jeffshek/patch-1
Update Documentation URLs
2 parents ab55d8b + 6ae0bfd commit 6e15a50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://pypi.python.org/pypi/pyvips
1111

1212
This module wraps the libvips image processing library.
1313

14-
https://jcupitt.github.io/libvips
14+
https://libvips.github.io/libvips/
1515

1616
If you have the development headers for libvips installed and have a working C
1717
compiler, this module will use cffi API mode to try to build a libvips
@@ -27,7 +27,7 @@ python2.7 - python3.6, pypy and pypy3 on Windows, macOS and Linux.
2727

2828
We have formatted docs online here:
2929

30-
https://jcupitt.github.io/pyvips/
30+
https://libvips.github.io/pyvips/
3131

3232
How it works
3333
------------
@@ -60,7 +60,7 @@ You need the libvips shared library on your library search path, version 8.2 or
6060
later. On Linux and macOS, you can just install via your package manager; on
6161
Windows you can download a pre-compiled binary from the libvips website.
6262

63-
https://jcupitt.github.io/libvips/install.html
63+
https://libvips.github.io/libvips/install.html
6464

6565
On Windows, you will need to add `vips-dev-x.y\bin` to your `PATH`.
6666

0 commit comments

Comments
 (0)