sylikc / pyexiftool

PyExifTool (active PyPI project) - A Python library to communicate with an instance of Phil Harvey's ExifTool command-line application. Runs one process with special -stay_open flag, and pipes data to/from. Much more efficient than running a subprocess for each command!
Other
144 stars 17 forks source link

update url for documentation #16

Closed beng closed 3 years ago

beng commented 3 years ago

This change fixes the documentation URL in README.rst.

The URL for the library documentation no longer works. *.github.com TLD has been deprecated and replaced by *.github.io.

sylikc commented 3 years ago

@beng thanks for the update. Yeah I haven't gotten around to doing that change yet. I saw it broke last week lol.

On the fork in PR #13 I'm updating the documentation and will deploy it to my own github.io ... with the modern ReadTheDocs theme and updated documentation.