comparison xml/en/docs/install.xml @ 1143:b93422ca9fe7

Replaced broken link to FreeBSD packages.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 07 Apr 2014 12:31:40 +0400
parents a2aea48ff155
children ce5e7e986710
comparison
equal deleted inserted replaced
1142:8cb0c634ff97 1143:b93422ca9fe7
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="1" 11 rev="2"
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/packages-using.html">packages</link> 37 url="http://www.freebsd.org/doc/handbook/pkgng-intro.html">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="http://www.freebsd.org/doc/handbook/ports-using.html">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.