[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:
Marc Wrobel
2023-11-26 14:05:45 +01:00
parent 79f7e13dd9
commit 1e8a84ec77
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ Notes:
PRODUCT = "couchbase-server"
REGEX = r"^Release (?P<version>\d+\.\d+(\.\d+)?) \((?P<date>.+)\)$"
URLS = [
# Disabled, too much timed out.
# Disabled, this link is now dead.
# "https://web.archive.org/web/20230519160357/https://docs.couchbase.com/server/",
"https://docs.couchbase.com/server",
]