[apple] Add back web.archive.org links (#190)
The issue was with couchbase, for which the webarchive.org link is now dead.
This commit is contained in:
@@ -13,9 +13,9 @@ URLS = [
|
|||||||
"https://support.apple.com/kb/HT204611", # 2011 to 2012
|
"https://support.apple.com/kb/HT204611", # 2011 to 2012
|
||||||
# Apple still links to the following articles, but they are 404:
|
# Apple still links to the following articles, but they are 404:
|
||||||
# Disabled, too much timed out.
|
# Disabled, too much timed out.
|
||||||
# "http://web.archive.org/web/20230404214605_/https://support.apple.com/en-us/HT5165", # 2010
|
"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/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
|
"http://web.archive.org/web/20230204234533_/https://support.apple.com/en-us/HT1263", # 2005-2007
|
||||||
]
|
]
|
||||||
|
|
||||||
# If you are changing these, please use
|
# If you are changing these, please use
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Notes:
|
|||||||
PRODUCT = "couchbase-server"
|
PRODUCT = "couchbase-server"
|
||||||
REGEX = r"^Release (?P<version>\d+\.\d+(\.\d+)?) \((?P<date>.+)\)$"
|
REGEX = r"^Release (?P<version>\d+\.\d+(\.\d+)?) \((?P<date>.+)\)$"
|
||||||
URLS = [
|
URLS = [
|
||||||
# Disabled, too much timed out.
|
# Disabled, this link is now dead.
|
||||||
# "https://web.archive.org/web/20230519160357/https://docs.couchbase.com/server/",
|
# "https://web.archive.org/web/20230519160357/https://docs.couchbase.com/server/",
|
||||||
"https://docs.couchbase.com/server",
|
"https://docs.couchbase.com/server",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user