svn commit: r53215 - head/en_US.ISO8859-1/books/faq
Glen Barber
gjb at FreeBSD.org
Wed Jul 3 16:44:55 UTC 2019
Author: gjb
Date: Wed Jul 3 16:44:54 2019
New Revision: 53215
URL: https://svnweb.freebsd.org/changeset/doc/53215
Log:
Miscellaneous FAQ updates:
- Prefer https://download.freebsd.org/ftp/ over the FTP URL.
- Replace hard-coded i386 with amd64.
- Bump copyright year.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Wed Jul 3 06:23:30 2019 (r53214)
+++ head/en_US.ISO8859-1/books/faq/book.xml Wed Jul 3 16:44:54 2019 (r53215)
@@ -49,6 +49,7 @@
<year>2016</year>
<year>2017</year>
<year>2018</year>
+ <year>2019</year>
<holder>The &os; Documentation Project</holder>
</copyright>
@@ -344,10 +345,10 @@
become a part of &rel.stable; and &rel2.stable;.--></para>
<para>Version <link
- xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/i386/&rel.current;-RELEASE/">&rel.current;</link>
+ xlink:href="https://download.FreeBSD.org/ftp/releases/amd64/amd64/&rel.current;-RELEASE/">&rel.current;</link>
is the latest release from the &rel.stable; branch; it was
released in &rel.current.date;. Version <link
- xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel2.current;-RELEASE/">&rel2.current;</link>
+ xlink:href="https://download.FreeBSD.org/ftp/releases/amd64/amd64/&rel2.current;-RELEASE/">&rel2.current;</link>
is the latest release from the &rel2.stable; branch; it
was released in &rel2.current.date;.</para>
@@ -548,14 +549,14 @@
<answer>
<para>Every significant release of &os; is available via
anonymous FTP from the <link
- xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/">&os;
+ xlink:href="https://download.FreeBSD.org/ftp/releases/">&os;
FTP site</link>:</para>
<itemizedlist>
<listitem>
<para>The latest &rel.stable; release,
&rel.current;-RELEASE can be found in the <link
- xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/i386/&rel.current;-RELEASE/">&rel.current;-RELEASE
+ xlink:href="https://download.FreeBSD.org/ftp/releases/amd64/amd64/&rel.current;-RELEASE/">&rel.current;-RELEASE
directory</link>.</para>
</listitem>
@@ -572,7 +573,7 @@
<listitem>
<para>The latest &rel2.stable; release,
&rel2.current;-RELEASE can be found in the <link
- xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel2.current;-RELEASE/">&rel2.current;-RELEASE
+ xlink:href="https://download.FreeBSD.org/ftp/releases/amd64/amd64/&rel2.current;-RELEASE/">&rel2.current;-RELEASE
directory</link>.</para>
</listitem>
</itemizedlist>
More information about the svn-doc-head
mailing list