mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57: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:
parent
ce334ee1bc
commit
52e9f25403
9 changed files with 17 additions and 17 deletions
|
@ -15,7 +15,7 @@ $ more [file]
|
|||
|
||||
`less` is a terminal pager that allows backwards movement. It is inspired by,
|
||||
but largely incompatible with
|
||||
[GNU less](http://www.greenwoodsoftware.com/less/index.html).
|
||||
[GNU less](https://www.greenwoodsoftware.com/less/index.html).
|
||||
|
||||
## Options
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ kind of file. For non-file URLs, open the URL in the Browser.
|
|||
## Examples
|
||||
|
||||
```sh
|
||||
$ open http://serenityos.org http://example.org
|
||||
$ open https://serenityos.org https://example.org
|
||||
$ open /proc
|
||||
$ open /etc/fstab
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue