From a97fe85c2cf85690c10b42b7205a4ea230c9f271 Mon Sep 17 00:00:00 2001 From: Yulia Tenincheva Date: Tue, 17 Oct 2017 16:30:07 +0300 Subject: [PATCH] Update example photo URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e868a..5b56428 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The data returned (`exifData` in the example above) is an object containing obje * `interoperability` for interoperability information (Interoperability IFD) * `makernote` for vendor specific Exif information (Makernotes) -The ouput for an [example image](http://www.exif.org/samples/fujifilm-finepix40i.jpg) might thus look like this: +The ouput for an [example image](http://dev.exiv2.org/attachments/download/487/fujifilm-finepix40i.jpg) might thus look like this: ``` { @@ -142,4 +142,4 @@ There are a lot of things still to be done and to be made better. If you have an ## License -_node-exif_ is licensed under the MIT License. (See LICENSE) \ No newline at end of file +_node-exif_ is licensed under the MIT License. (See LICENSE)