Skip to content

Commit

Permalink
update http to https for aws links
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Sep 13, 2023
1 parent d02fff8 commit 7a6c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
});
shortbread.checkForCookieConsent();
</script>
<a href="http://aws.amazon.com/privacy">Privacy</a> | <a href="http://aws.amazon.com/terms">Site Terms</a> | <a
<a href="https://aws.amazon.com/privacy">Privacy</a> | <a href="https://aws.amazon.com/terms">Site Terms</a> | <a
href="#" onclick="shortbread.customizeCookies();">Cookie preferences</a>
</div>
{# end of AWS modification of Furo template #}
Expand Down

0 comments on commit 7a6c50a

Please sign in to comment.