Skip to content

Update Documentation URLs #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://pypi.python.org/pypi/pyvips

This module wraps the libvips image processing library.

https://jcupitt.github.io/libvips
https://libvips.github.io/libvips/

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

We have formatted docs online here:

https://jcupitt.github.io/pyvips/
https://libvips.github.io/pyvips/

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

https://jcupitt.github.io/libvips/install.html
https://libvips.github.io/libvips/install.html

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

Expand Down