Page MenuHomeFreeBSD

Modify http links to use https
ClosedPublic

Authored by minsoochoo0122_proton.me on Oct 29 2022, 1:58 AM.
Tags
Referenced Files
Unknown Object (File)
May 18 2024, 6:46 PM
Unknown Object (File)
Dec 26 2023, 5:02 PM
Unknown Object (File)
Dec 23 2023, 2:59 AM
Unknown Object (File)
Dec 12 2023, 9:54 PM
Unknown Object (File)
Dec 7 2023, 8:46 AM
Unknown Object (File)
Nov 30 2023, 8:34 PM
Unknown Object (File)
Nov 29 2023, 4:51 AM
Unknown Object (File)
Nov 29 2023, 12:07 AM

Details

Summary

Some links in the FreeBSD handbook are HTTP links. I am changing them to HTTPS links.

Test Plan

cd documentation
make run

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

minsoochoo0122_proton.me retitled this revision from modify http links to use https to Modify http links to use https.Oct 29 2022, 2:01 AM
minsoochoo0122_proton.me edited the summary of this revision. (Show Details)

If you checked that all the URLs you changed work with https, can you mention that in the test plan? If you haven't, you can use something like

git grep -oE 'https://[^[]+'

to extract URLs from the source, feeding into a sh/csh/awk/perl loop using something like

fetch -o /dev/null $url || echo $url doesn't work.
documentation/content/en/books/handbook/introduction/_index.adoc
116

For future work: merge into TrueNAS below in opensource projects FreeBSD spawned? Or at least crossreference them?

119

While there: US English collective singular (see above "The TrueNAS line of unified storage appliances is based on FreeBSD.") and missing hyphen.

190

Future change or while here: s/is used/was used with SVN/

Maybe expand the title here, to include the phrase FreeBSD Handbook.

documentation/content/en/books/handbook/introduction/_index.adoc
115–116

Lowercase URL, with a trailing /

115–116

https://www.emc.com/isilon is 403 forbidden.

Related Dell pages are somewhat outdated (with items not found, and so on) … amongst the essentials at https://www.dell.com/en-uk/dt/storage/isilon/onefs-operating-system.htm, alongside the technical overview (404 not found) I found this April 2022 PDF:

Dell PowerScale OneFS: Technical Overview

Not a typo. The Technical Overview that is found is linked from the deep dive, not from the Technical Overview.


https://www.skendric.com/map/EMC-Isilon-OneFS-An-Ops-Managers-Introduction.pdf (2021) has two EMC links at top left, both are 403 forbidden.

115–116
116

Also for the future, here and elsewhere, https://www.truenas.com/compare-editions/ FreeBSD is:

  • the base OS for TrueNAS CORE and TrueNAS Enterprise
  • not the base OS for TrueNAS SCALE.
119

Whilst here: bhyve is no longer new.

minsoochoo0122_proton.me added inline comments.
documentation/content/en/books/handbook/introduction/_index.adoc
115–116

The EMC lineup has been moved to PowerScale lineup. I will edit the link to PowerScale link as well as the description.

115–116

Thank you for the information! Intellistar will be no longer used as the article says. I will remove the Weather channel from the list

minsoochoo0122_proton.me added inline comments.
documentation/content/en/books/handbook/introduction/_index.adoc
115–116

I will make a new revision since it is not related to this subject.

190

I will create a new revision for that.

documentation/content/en/books/handbook/introduction/_index.adoc
116

I'll make a small reference here in a different revision since it is an open-source software AND enterprise software.

documentation/content/en/books/handbook/introduction/_index.adoc
190
minsoochoo0122_proton.me added inline comments.
documentation/content/en/books/handbook/introduction/_index.adoc
116
documentation/content/en/books/handbook/introduction/_index.adoc
128

It's not immediately obvious, but at https://www.sophos.com/en-us/support/downloads/sophos-email and elsewhere I see:

Sophos Email Appliance and PureMessage (End of Life July 2023)

image.png (99×1 px, 15 KB)

documentation/content/en/books/handbook/introduction/_index.adoc
128

… I'll raise a separate bug report, or review, after there's a commit for this review. Thanks.

I reflected all the suggestions and it seems that the reviewers don't have further opinion on this. I'll accept this revision just for now, but if this revision needs any modification, please I would like to hear your opinions.

This revision is now accepted and ready to land.Apr 7 2023, 5:23 PM