From d3727b523ece4f75def72bfc960e1abd104b5dcb Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 15 Mar 2016 22:53:16 +1100 Subject: [PATCH] Update website URL [ci skip] --- PIL/OleFileIO-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/OleFileIO-README.md b/PIL/OleFileIO-README.md index 0962a5a23..b72450bc8 100644 --- a/PIL/OleFileIO-README.md +++ b/PIL/OleFileIO-README.md @@ -88,7 +88,7 @@ its 9 years and its new write features. As far as I know, olefile is the most complete and robust Python implementation to read MS OLE2 files, portable on several operating systems. (please tell me if you know other similar Python modules) -Since 2014 olefile/OleFileIO_PL has been integrated into [Pillow](http://python-imaging.github.io/), the friendly fork +Since 2014 olefile/OleFileIO_PL has been integrated into [Pillow](http://python-pillow.org), the friendly fork of PIL. olefile will continue to be improved as a separate project, and new versions will be merged into Pillow regularly.