aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2024-09-24 09:15:27 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2024-09-24 09:15:27 +0000
commitc641eb0dbc15a55024b3f057a136c68657fa0e51 (patch)
treeb838444c2fd54d683ffeca85c93067b6d3f2f9f7
parent81a1607366e97d45b8351aabe99e3309cb88062a (diff)
downloaddoc-c641eb0dbc.tar.gz
doc-c641eb0dbc.zip
always use HTTPS links
-rw-r--r--documentation/content/en/articles/committers-guide/_index.adoc2
-rw-r--r--documentation/content/en/articles/committers-guide/_index.po2
-rw-r--r--documentation/content/en/books/handbook/disks/_index.adoc4
-rw-r--r--documentation/content/en/books/handbook/disks/_index.po4
-rw-r--r--documentation/content/en/books/handbook/firewalls/_index.adoc2
-rw-r--r--documentation/content/en/books/handbook/firewalls/_index.po4
-rw-r--r--documentation/content/en/books/handbook/virtualization/_index.adoc2
-rw-r--r--documentation/content/en/books/handbook/virtualization/_index.po2
8 files changed, 11 insertions, 11 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index ff2923c80c..0c3e116589 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -112,7 +112,7 @@ Useful links:
Cryptographic keys conforming to the OpenPGP (__Pretty Good Privacy__) standard are used by the FreeBSD project to authenticate committers.
Messages carrying important information like public SSH keys can be signed with the OpenPGP key to prove that they are really from the committer.
-See https://nostarch.com/releases/pgp_release.pdf[PGP & GPG: Email for the Practical Paranoid by Michael Lucas] and http://en.wikipedia.org/wiki/Pretty_Good_Privacy[] for more information.
+See https://nostarch.com/releases/pgp_release.pdf[PGP & GPG: Email for the Practical Paranoid by Michael Lucas] and https://en.wikipedia.org/wiki/Pretty_Good_Privacy[] for more information.
[[pgpkeys-creating]]
=== Creating a Key
diff --git a/documentation/content/en/articles/committers-guide/_index.po b/documentation/content/en/articles/committers-guide/_index.po
index 57e15ce4af..2ec51995ed 100644
--- a/documentation/content/en/articles/committers-guide/_index.po
+++ b/documentation/content/en/articles/committers-guide/_index.po
@@ -246,7 +246,7 @@ msgid ""
"Messages carrying important information like public SSH keys can be signed "
"with the OpenPGP key to prove that they are really from the committer. See "
"https://nostarch.com/releases/pgp_release.pdf[PGP & GPG: Email for the "
-"Practical Paranoid by Michael Lucas] and http://en.wikipedia.org/wiki/"
+"Practical Paranoid by Michael Lucas] and https://en.wikipedia.org/wiki/"
"Pretty_Good_Privacy[] for more information."
msgstr ""
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
index 2d1f162193..bc03eedbfb 100644
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -82,7 +82,7 @@ Inspect [.filename]#/var/run/dmesg.boot# to ensure the new disk was found.
In this example, the newly added SATA drive will appear as [.filename]#ada1#.
For this example, a single large partition will be created on the new disk.
-The http://en.wikipedia.org/wiki/GUID_Partition_Table[GPT] partitioning scheme will be used in preference to the older and less versatile MBR scheme.
+The https://en.wikipedia.org/wiki/GUID_Partition_Table[GPT] partitioning scheme will be used in preference to the older and less versatile MBR scheme.
[NOTE]
====
@@ -166,7 +166,7 @@ List the partitions on the disk to see the current configuration:
[NOTE]
====
-If the disk was formatted with the http://en.wikipedia.org/wiki/GUID_Partition_Table[GPT] partitioning scheme, it may show as "corrupted" because the GPT backup partition table is no longer at the end of the drive.
+If the disk was formatted with the https://en.wikipedia.org/wiki/GUID_Partition_Table[GPT] partitioning scheme, it may show as "corrupted" because the GPT backup partition table is no longer at the end of the drive.
Fix the backup partition table with `gpart`:
[source,shell]
diff --git a/documentation/content/en/books/handbook/disks/_index.po b/documentation/content/en/books/handbook/disks/_index.po
index 243e97ee3e..653339cc41 100644
--- a/documentation/content/en/books/handbook/disks/_index.po
+++ b/documentation/content/en/books/handbook/disks/_index.po
@@ -147,7 +147,7 @@ msgstr ""
#: documentation/content/en/books/handbook/disks/_index.adoc:86
msgid ""
"For this example, a single large partition will be created on the new disk. "
-"The http://en.wikipedia.org/wiki/GUID_Partition_Table[GPT] partitioning "
+"The https://en.wikipedia.org/wiki/GUID_Partition_Table[GPT] partitioning "
"scheme will be used in preference to the older and less versatile MBR scheme."
msgstr ""
@@ -290,7 +290,7 @@ msgstr ""
#. type: delimited block = 4
#: documentation/content/en/books/handbook/disks/_index.adoc:171
msgid ""
-"If the disk was formatted with the http://en.wikipedia.org/wiki/"
+"If the disk was formatted with the https://en.wikipedia.org/wiki/"
"GUID_Partition_Table[GPT] partitioning scheme, it may show as \"corrupted\" "
"because the GPT backup partition table is no longer at the end of the "
"drive. Fix the backup partition table with `gpart`:"
diff --git a/documentation/content/en/books/handbook/firewalls/_index.adoc b/documentation/content/en/books/handbook/firewalls/_index.adoc
index 0075506a6a..2175a1717b 100644
--- a/documentation/content/en/books/handbook/firewalls/_index.adoc
+++ b/documentation/content/en/books/handbook/firewalls/_index.adoc
@@ -99,7 +99,7 @@ Packets destined for a specific service originate from the source address using
All the above parameters can be used as selection criteria to create rules which will pass or block services.
To lookup unknown port numbers, refer to [.filename]#/etc/services#.
-Alternatively, visit http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers[http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers] and do a port number lookup to find the purpose of a particular port number.
+Alternatively, visit https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers[https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers] and do a port number lookup to find the purpose of a particular port number.
Check out this link for http://web.archive.org/web/20150803024617/http://www.sans.org/security-resources/idfaq/oddports.php[port numbers used by Trojans].
diff --git a/documentation/content/en/books/handbook/firewalls/_index.po b/documentation/content/en/books/handbook/firewalls/_index.po
index 14d6b5b4b0..b7738a80aa 100644
--- a/documentation/content/en/books/handbook/firewalls/_index.po
+++ b/documentation/content/en/books/handbook/firewalls/_index.po
@@ -183,8 +183,8 @@ msgstr ""
#: documentation/content/en/books/handbook/firewalls/_index.adoc:103
msgid ""
"To lookup unknown port numbers, refer to [.filename]#/etc/services#. "
-"Alternatively, visit http://en.wikipedia.org/wiki/"
-"List_of_TCP_and_UDP_port_numbers[http://en.wikipedia.org/wiki/"
+"Alternatively, visit https://en.wikipedia.org/wiki/"
+"List_of_TCP_and_UDP_port_numbers[https://en.wikipedia.org/wiki/"
"List_of_TCP_and_UDP_port_numbers] and do a port number lookup to find the "
"purpose of a particular port number."
msgstr ""
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc
index 8082578062..cd1c614ee4 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -1482,7 +1482,7 @@ Note that not all features are supported on FreeBSD yet.
=== Hardware Requirements for Xen(TM) Dom0
To run the Xen(TM) hypervisor on a host, certain hardware functionality is required.
-Hardware virtualized domains require Extended Page Table (http://en.wikipedia.org/wiki/Extended_Page_Table[EPT]) and Input/Output Memory Management Unit (http://en.wikipedia.org/wiki/List_of_IOMMU-supporting_hardware[IOMMU]) support in the host processor.
+Hardware virtualized domains require Extended Page Table (https://en.wikipedia.org/wiki/Extended_Page_Table[EPT]) and Input/Output Memory Management Unit (https://en.wikipedia.org/wiki/List_of_IOMMU-supporting_hardware[IOMMU]) support in the host processor.
[NOTE]
====
diff --git a/documentation/content/en/books/handbook/virtualization/_index.po b/documentation/content/en/books/handbook/virtualization/_index.po
index 342585c9fc..43c4dcc26f 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.po
+++ b/documentation/content/en/books/handbook/virtualization/_index.po
@@ -2964,7 +2964,7 @@ msgid ""
"To run the Xen(TM) hypervisor on a host, certain hardware functionality is "
"required. Hardware virtualized domains require Extended Page Table (http://"
"en.wikipedia.org/wiki/Extended_Page_Table[EPT]) and Input/Output Memory "
-"Management Unit (http://en.wikipedia.org/wiki/List_of_IOMMU-"
+"Management Unit (https://en.wikipedia.org/wiki/List_of_IOMMU-"
"supporting_hardware[IOMMU]) support in the host processor."
msgstr ""