I noticed the latest master had recent changes from Jason Tibbs in fixing HTTP or broken links across the guidelines.
Wanting to help, I ran a grep -R http:// and found some more that were insecure, or just broken. This PR fixes and updates those that could be. There are still a few http:// hold-outs with links, but none left that I could see with a satisfactory replacement.
I noticed the latest
masterhad recent changes from Jason Tibbs in fixing HTTP or broken links across the guidelines.Wanting to help, I ran a
grep -R http://and found some more that were insecure, or just broken. This PR fixes and updates those that could be. There are still a few http:// hold-outs with links, but none left that I could see with a satisfactory replacement.Note that this PR is complementary to Jason's currently-pending PR #1109 "Fix some bad links"; there are no conflicts.
Apologies if anything is off with this PR; this is my first PR to the Fedora Project. Welcoming any and all suggestions for improvement :-)