mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:47:46 +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:
parent
ce334ee1bc
commit
52e9f25403
9 changed files with 17 additions and 17 deletions
|
@ -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..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue