diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-10-03 22:56:30 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-05 02:08:08 +0200 |
commit | 52e9f254032b7c5bc59f8eeb4cfaeb5cd9df323a (patch) | |
tree | 7b0550076223b089281c797a85f6eb4d4eed44c6 /Meta/Websites | |
parent | ce334ee1bca792ea0dc715519ca387cdc4e1ec55 (diff) | |
download | serenity-52e9f254032b7c5bc59f8eeb4cfaeb5cd9df323a.zip |
Everywhere: Change from http to https where feasible
I used "git grep -FIn http://" to find all occurrences, and looked at
each one. If an occurrence was really just a link, and if a https
version exists, and if our Browser can access it at least as well as the
http version, then I changed the occurrence to https.
I'm happy to report that I didn't run into a single site where Browser
can't deal with the https version.
Diffstat (limited to 'Meta/Websites')
-rw-r--r-- | Meta/Websites/serenityos.org/github-sponsors/index.html | 4 | ||||
-rw-r--r-- | Meta/Websites/serenityos.org/happy/2nd/index.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Meta/Websites/serenityos.org/github-sponsors/index.html b/Meta/Websites/serenityos.org/github-sponsors/index.html index 26cbe4d583..b0bf0a0ec1 100644 --- a/Meta/Websites/serenityos.org/github-sponsors/index.html +++ b/Meta/Websites/serenityos.org/github-sponsors/index.html @@ -6,11 +6,11 @@ <img src="mona.png"><br> <div style="margin-left: auto; margin-right: auto; width: 400; text-align: left;"> <p><blink><b>Hello friends!</b></blink></p> -<p>As of October 19 2019, I am in the <a href="http://github.com/sponsors/awesomekling/">GitHub Sponsors program</a>!</p> +<p>As of October 19 2019, I am in the <a href="https://github.com/sponsors/awesomekling/">GitHub Sponsors program</a>!</p> <p>This means you can support my work with a monthly donation via their platform.</p> <p>There are six tiers: <b>$1</b>, <b>$5</b>, <b>$10</b>, <b>$20</b>, <b>$50</b> and <b>$100</b>.</p> <p>Sponsorships are (optionally) visible on your GitHub user card, and GitHub will <a href="https://help.github.com/en/articles/about-github-sponsors#about-the-github-sponsors-matching-fund">match all donations 1:1 for the first year</a>.</p> -<p>I will remain on <a href="http://patreon.com/serenityos">Patreon</a> as well, with the same tiers.</p> +<p>I will remain on <a href="https://patreon.com/serenityos">Patreon</a> as well, with the same tiers.</p> <p>Thank you for checking it out :^)</p> <p style="padding-top: 4; padding-bottom: 4; padding-left: 4; padding-right: 4; background-color: #ea4aaa; text-align: center;"><b>Andreas</b> ( diff --git a/Meta/Websites/serenityos.org/happy/2nd/index.html b/Meta/Websites/serenityos.org/happy/2nd/index.html index d24920ea8b..52ea30e6ae 100644 --- a/Meta/Websites/serenityos.org/happy/2nd/index.html +++ b/Meta/Websites/serenityos.org/happy/2nd/index.html @@ -46,14 +46,14 @@ <b id="greeting">Hello friends!</b> </p> <p> - Today is the second birthday of <a href="http://serenityos.org/">SerenityOS</a>, + Today is the second birthday of <a href="https://serenityos.org/">SerenityOS</a>, counting from the <a href="https://github.com/SerenityOS/serenity/commit/5a300551574451fbf509685d11095bda4fcb20be">first commit</a> in the <a href="https://github.com/SerenityOS/serenity/">git repository</a>, on October 10, 2018. </p> <p> - Previous birthdays: <a href="http://serenityos.org/happy/1st/">1st</a>. + Previous birthdays: <a href="https://serenityos.org/happy/1st/">1st</a>. </p> <p> <b>NOTE:</b> Since the HTML and CSS support has improved over the last @@ -88,7 +88,7 @@ <p> Anyways, let's continue looking at screenshots where we left off - in <a href="http://serenityos.org/happy/1st/">last year's birthday celebration</a>! + in <a href="https://serenityos.org/happy/1st/">last year's birthday celebration</a>! We had just gotten the browser strong enough to display the first birthday celebration page.. |