Skip to content

Commit af4466b

Browse files
authored
Fix link with certificate issue (#798)
1 parent 8ce5882 commit af4466b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/media/utils/pil/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def viam_to_pil_image(image: ViamImage) -> Image.Image:
1414
Convert a ViamImage to a PIL.Image.
1515
1616
In order to use this function, Pillow must be installed.
17-
https://python-pillow.org/
17+
https://pillow.readthedocs.io/
1818
1919
Args:
2020
image (ViamImage): The image to convert.
@@ -30,7 +30,7 @@ def pil_to_viam_image(image: Image.Image, mime_type: CameraMimeType) -> ViamImag
3030
Convert a PIL.Image to a ViamImage.
3131
3232
In order to use this function, Pillow must be installed.
33-
https://python-pillow.org/
33+
https://pillow.readthedocs.io/
3434
3535
Args:
3636
image (Image.Image): The image to convert.

0 commit comments

Comments
 (0)