From 4f9d3755d1f4800a88961e3f63eb8e7efb92b65a Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@acquia.com>
Date: Mon, 9 Aug 2021 15:32:27 +0300
Subject: [PATCH] Issue #3226019 by Gauravmahlawat, hmendes, Indrajith KB:
 Olivero: Update links in template file

---
 .../olivero/templates/block/block--secondary-menu.html.twig   | 4 ++--
 .../templates/block/block--system-menu-block.html.twig        | 4 ++--
 core/themes/olivero/templates/misc/status-messages.html.twig  | 4 ++--
 .../olivero/templates/navigation/links--comment.html.twig     | 4 ++--
 core/themes/olivero/templates/navigation/links.html.twig      | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/core/themes/olivero/templates/block/block--secondary-menu.html.twig b/core/themes/olivero/templates/block/block--secondary-menu.html.twig
index 624fa44498e8..6c6c77a9b0ac 100644
--- a/core/themes/olivero/templates/block/block--secondary-menu.html.twig
+++ b/core/themes/olivero/templates/block/block--secondary-menu.html.twig
@@ -27,8 +27,8 @@
  * class, which still keeps it visible for screen-readers and assistive
  * technology. Headings allow screen-reader and keyboard only users to navigate
  * to or skip the links.
- * See http://juicystudio.com/article/screen-readers-display-none.php and
- * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
+ * See https://juicystudio.com/article/screen-readers-display-none.php and
+ * https://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
  */
 #}
 {%
diff --git a/core/themes/olivero/templates/block/block--system-menu-block.html.twig b/core/themes/olivero/templates/block/block--system-menu-block.html.twig
index 28bc7dbe1eed..1b56b155d0dd 100644
--- a/core/themes/olivero/templates/block/block--system-menu-block.html.twig
+++ b/core/themes/olivero/templates/block/block--system-menu-block.html.twig
@@ -27,8 +27,8 @@
  * class, which still keeps it visible for screen-readers and assistive
  * technology. Headings allow screen-reader and keyboard only users to navigate
  * to or skip the links.
- * See http://juicystudio.com/article/screen-readers-display-none.php and
- * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
+ * See https://juicystudio.com/article/screen-readers-display-none.php and
+ * https://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
  */
 #}
 {%
diff --git a/core/themes/olivero/templates/misc/status-messages.html.twig b/core/themes/olivero/templates/misc/status-messages.html.twig
index ff4a0e827ced..a131e3c8d1a7 100644
--- a/core/themes/olivero/templates/misc/status-messages.html.twig
+++ b/core/themes/olivero/templates/misc/status-messages.html.twig
@@ -6,8 +6,8 @@
  * Displays status, error, and warning messages, grouped by type.
  *
  * An invisible heading identifies the messages for assistive technology.
- * Sighted users see a colored box. See http://www.w3.org/TR/WCAG-TECHS/H69.html
- * for info.
+ * Sighted users see a colored box. See
+ * https://www.w3.org/TR/WCAG-TECHS/H69.html for info.
  *
  * Add an ARIA label to the contentinfo area so that assistive technology
  * user agents will better describe this landmark.
diff --git a/core/themes/olivero/templates/navigation/links--comment.html.twig b/core/themes/olivero/templates/navigation/links--comment.html.twig
index 83262ce6da1d..61aa808edaa0 100644
--- a/core/themes/olivero/templates/navigation/links--comment.html.twig
+++ b/core/themes/olivero/templates/navigation/links--comment.html.twig
@@ -25,8 +25,8 @@
  *   the 'visually-hidden' CSS class. Do not use 'display:none', which
  *   removes it from screen readers and assistive technology. Headings allow
  *   screen reader and keyboard only users to navigate to or skip the links.
- *   See http://juicystudio.com/article/screen-readers-display-none.php and
- *   http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
+ *   See https://juicystudio.com/article/screen-readers-display-none.php and
+ *   https://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
  *
  * @see template_preprocess_links()
  */
diff --git a/core/themes/olivero/templates/navigation/links.html.twig b/core/themes/olivero/templates/navigation/links.html.twig
index 71fb1162b0fd..c046a272d694 100644
--- a/core/themes/olivero/templates/navigation/links.html.twig
+++ b/core/themes/olivero/templates/navigation/links.html.twig
@@ -25,8 +25,8 @@
  *   the 'visually-hidden' CSS class. Do not use 'display:none', which
  *   removes it from screen readers and assistive technology. Headings allow
  *   screen reader and keyboard only users to navigate to or skip the links.
- *   See http://juicystudio.com/article/screen-readers-display-none.php and
- *   http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
+ *   See https://juicystudio.com/article/screen-readers-display-none.php and
+ *   https://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
  *
  * @see template_preprocess_links()
  */
-- 
GitLab