comparison xml/en/docs/install.xml @ 2645:ce5e7e986710

Replaced broken links to FreeBSD ports and packages.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 27 Jan 2021 17:16:07 +0300
parents b93422ca9fe7
children 8a61d0ed67fa
comparison
equal deleted inserted replaced
2644:b1aab2fa2b8f 2645:ce5e7e986710
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Installing nginx" 8 <article name="Installing nginx"
9 link="/en/docs/install.html" 9 link="/en/docs/install.html"
10 lang="en" 10 lang="en"
11 rev="2" 11 rev="3"
12 toc="no"> 12 toc="no">
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
32 32
33 <section id="freebsd" name="Installation on FreeBSD"> 33 <section id="freebsd" name="Installation on FreeBSD">
34 34
35 <para> 35 <para>
36 On FreeBSD, nginx can be installed either from the <link 36 On FreeBSD, nginx can be installed either from the <link
37 url="http://www.freebsd.org/doc/handbook/pkgng-intro.html">packages</link> 37 url="https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro">packages</link>
38 or through the 38 or through the
39 <link url="http://www.freebsd.org/doc/handbook/ports-using.html">ports</link> 39 <link url="https://docs.freebsd.org/en/books/handbook/ports/#ports-using">ports</link>
40 system. 40 system.
41 The ports system provides greater flexibility, allowing selection among 41 The ports system provides greater flexibility, allowing selection among
42 a wide range of options. 42 a wide range of options.
43 The port will compile nginx with the specified options and install it. 43 The port will compile nginx with the specified options and install it.
44 </para> 44 </para>