From 191f1d10a1520aeeaf3ae3fa3d148076fbe77334 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Mon, 11 Sep 2023 22:45:29 +0200 Subject: [PATCH] [eks] Update web.archive.org links --- src/eks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eks.py b/src/eks.py index bbf58e49..125bfa4a 100644 --- a/src/eks.py +++ b/src/eks.py @@ -9,9 +9,9 @@ from datetime import datetime # Keep older pages at top of the list URLS = [ # 1.19.eks.1 - "https://web.archive.org/web/20221007150452id_/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html", + "https://web.archive.org/web/20221007150452/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html", # + 1.20 - "https://web.archive.org/web/20230521061347id_/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html", + "https://web.archive.org/web/20230521061347/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html", # + latest "https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html", ]