From 2dc21b52c5f5e36f6f62639386406aac668094c1 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 12 Jul 2023 16:12:28 +0530 Subject: [PATCH] [apple] Fix URLs for archived apple pages. Apple is still linking to these, but they are now 404s. So we switch to the Web Archive links. --- src/apple.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apple.py b/src/apple.py index 2f80f2d1..ec9fb053 100644 --- a/src/apple.py +++ b/src/apple.py @@ -11,9 +11,10 @@ URLS = [ "https://support.apple.com/kb/HT205762", # 2014 "https://support.apple.com/kb/HT205759", # 2013 "https://support.apple.com/kb/HT204611", # 2011 to 2012 - "https://support.apple.com/kb/HT5165", # 2010 - "https://support.apple.com/kb/HT4218", # 2008-2009 - "https://support.apple.com/kb/HT1263", # 2005-2007 + # Apple still links to the following articles, but they are 404: + "http://web.archive.org/web/20230404214605_/https://support.apple.com/en-us/HT5165", # 2010 + "http://web.archive.org/web/20230327200842_/https://support.apple.com/en-us/HT4218", # 2008-2009 + "http://web.archive.org/web/20230204234533_/https://support.apple.com/en-us/HT1263", # 2005-2007 ] # If you are changing these, please use