From 895ab20438a803b797c060523a9bc02a249bbc27 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 22 Feb 2016 18:38:04 +1100 Subject: [PATCH] Updated redirect URL --- PIL/IcoImagePlugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PIL/IcoImagePlugin.py b/PIL/IcoImagePlugin.py index d9b554ab0..a01aed376 100644 --- a/PIL/IcoImagePlugin.py +++ b/PIL/IcoImagePlugin.py @@ -15,7 +15,7 @@ # This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis # . -# https://code.google.com/p/casadebender/wiki/Win32IconImagePlugin +# https://code.google.com/archive/p/casadebender/wikis/Win32IconImagePlugin.wiki # # Icon format references: # * https://en.wikipedia.org/wiki/ICO_(file_format) @@ -252,7 +252,7 @@ class IcoImageFile(ImageFile.ImageFile): This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis . - https://code.google.com/p/casadebender/wiki/Win32IconImagePlugin + https://code.google.com/archive/p/casadebender/wikis/Win32IconImagePlugin.wiki """ format = "ICO" format_description = "Windows Icon"