Prefer using https over http

This commit is contained in:
Eitan Adler 2017-10-29 04:41:01 +00:00
parent be1ef37b94
commit 7e3f9a3440

View File

@ -69,7 +69,7 @@ If you need a reminder to leave your terminal, type "leave +hhmm" where
%
If you need to ask a question on the FreeBSD-questions mailing list then
http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/\
https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/\
freebsd-questions/index.html
contains lots of useful advice to help you get the best results.
@ -100,7 +100,7 @@ environment variable in order to make cdcontrol want to start.)
If you'd like to keep track of applications in the FreeBSD ports tree, take a
look at FreshPorts;
http://www.freshports.org/
https://www.freshports.org/
%
In order to make fetch (the FreeBSD downloading tool) ask for
username/password when it encounters a password-protected web page, you can set
@ -455,7 +455,7 @@ You can use "pkg info" to see a list of packages you have installed.
%
You can use the 'fetch' command to retrieve files over ftp, http or https.
fetch http://www.FreeBSD.org/index.html
fetch https://www.FreeBSD.org/index.html
will download the front page of the FreeBSD web site.
%