1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +00:00

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.
This commit is contained in:
Ben Wiederhake 2021-10-03 22:56:30 +02:00 committed by Andreas Kling
parent ce334ee1bc
commit 52e9f25403
9 changed files with 17 additions and 17 deletions

View file

@ -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>
(

View file

@ -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..