diff options
Diffstat (limited to 'en_US.ISO8859-1/books/handbook')
6 files changed, 10 insertions, 10 deletions
diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml index add606e15d..e6e08d1ab7 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml @@ -3513,7 +3513,7 @@ debug.acpi.level="ACPI_LV_ERROR"</programlisting> <listitem> <para>The &os; <acronym>ACPI</acronym> Mailing List Archives (<uri - xlink:href="http://lists.freebsd.org/pipermail/freebsd-acpi/">http://lists.freebsd.org/pipermail/freebsd-acpi/</uri>)</para> + xlink:href="https://lists.freebsd.org/pipermail/freebsd-acpi/">https://lists.freebsd.org/pipermail/freebsd-acpi/</uri>)</para> </listitem> <listitem> diff --git a/en_US.ISO8859-1/books/handbook/eresources/chapter.xml b/en_US.ISO8859-1/books/handbook/eresources/chapter.xml index 3540a57752..05683c2152 100644 --- a/en_US.ISO8859-1/books/handbook/eresources/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/eresources/chapter.xml @@ -37,7 +37,7 @@ <listitem> <para><link - xlink:href="http://planet.freebsd.org/">Planet + xlink:href="https://planet.freebsd.org/">Planet &os;</link> offers an aggregation feed of dozens of blogs written by &os; developers. Many developers use this to post quick notes about what they are working on, new diff --git a/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml b/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml index c304c06876..c2df6de0c4 100644 --- a/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml @@ -1320,7 +1320,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting> supported by <application>webcamd</application> should work with MythTV. A list of known working cards can be found at <link - xlink:href="http://wiki.freebsd.org/WebcamCompat">wiki.freebsd.org/WebcamCompat</link>. + xlink:href="https://wiki.freebsd.org/WebcamCompat">wiki.freebsd.org/WebcamCompat</link>. Drivers are also available for Hauppauge cards in the <package>multimedia/pvr250</package> and <package>multimedia/pvrxxx</package> ports, but they provide a @@ -1330,7 +1330,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting> compiled.</para> <para>The <link - xlink:href="http://wiki.freebsd.org/HTPC">wiki.freebsd.org/HTPC</link> + xlink:href="https://wiki.freebsd.org/HTPC">wiki.freebsd.org/HTPC</link> page contains a list of all available <acronym>DVB</acronym> drivers.</para> </sect2> diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml index 71009fec9c..52007d7538 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml @@ -203,7 +203,7 @@ <warning> <para>Before installing any application, check <link - xlink:href="http://vuxml.freebsd.org/"></link> + xlink:href="https://vuxml.freebsd.org/"></link> for security issues related to the application or type <command>pkg audit -F</command> to check all installed applications for known vulnerabilities.</para> @@ -435,7 +435,7 @@ Info: Lists information about open files (similar to fstat(1))</screen> <note> <para>Not all &os; versions and architectures support this bootstrap process. The current list is at - <link xlink:href="http://pkg.freebsd.org/"></link>. + <link xlink:href="https://pkg.freebsd.org/"></link>. For other cases, <application>pkg</application> must instead be installed from the Ports Collection or as a binary package.</para> @@ -911,7 +911,7 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen> Collection as described in the previous section. Since the installation of any third-party software can introduce security vulnerabilities, it is recommended to first check - <link xlink:href="http://vuxml.freebsd.org/"></link> + <link xlink:href="https://vuxml.freebsd.org/"></link> for known security issues related to the port. Alternately, run <command>pkg audit -F</command> before installing a new port. This command can be configured to automatically diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.xml b/en_US.ISO8859-1/books/handbook/security/chapter.xml index bf34747011..92ffb9a20a 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.xml @@ -3377,7 +3377,7 @@ machine with Subversion installed: Or visit the following URL, replacing NNNNNN with the revision number: -<URL:http://svnweb.freebsd.org/base?view=revision&revision=NNNNNN> +<URL:https://svnweb.freebsd.org/base?view=revision&revision=NNNNNN> VII. References diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml index 41c0b4f74c..5bff3b4b5c 100644 --- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml @@ -2602,7 +2602,7 @@ mypool@replica2 0 - 55.0M -</screen> pipe it through <application>SSH</application>. To keep the contents of the file system encrypted in transit and on the remote system, consider using <link - xlink:href="http://wiki.freebsd.org/PEFS">PEFS</link>.</para> + xlink:href="https://wiki.freebsd.org/PEFS">PEFS</link>.</para> <para>A few settings and security precautions must be completed first. Only the necessary steps required for the @@ -3424,7 +3424,7 @@ vfs.zfs.vdev.cache.size="5M"</programlisting> <para>For a more detailed list of recommendations for <acronym>ZFS</acronym>-related tuning, see <link - xlink:href="http://wiki.freebsd.org/ZFSTuningGuide"></link>.</para> + xlink:href="https://wiki.freebsd.org/ZFSTuningGuide"></link>.</para> </sect3> </sect2> </sect1> |