Skip to content

Commit 2613429

Browse files
authored
Merge pull request #6247 from radarhere/link
Updated URL
2 parents 73646ad + d42efd7 commit 2613429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/test_file_jpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def test_no_dpi_in_exif(self):
743743

744744
# Act / Assert
745745
# "When the image resolution is unknown, 72 [dpi] is designated."
746-
# http://www.exiv2.org/tags.html
746+
# https://exiv2.org/tags.html
747747
assert im.info.get("dpi") == (72, 72)
748748

749749
def test_invalid_exif(self):

src/PIL/JpegPresets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
:func:`.JpegImagePlugin.get_sampling` function.
3838
3939
In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
40-
(ref.: https://www.exiv2.org/tags.html)
40+
(ref.: https://exiv2.org/tags.html)
4141
4242
4343
Quantization tables

0 commit comments

Comments
 (0)