diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-11-24 21:27:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-11-24 21:27:04 +0000 |
commit | b6780e0a0f26918265b989f627fd046103cc3deb (patch) | |
tree | ea650d4a64639e4aa74ce60eb6b39b55ede80da4 | |
parent | 06ce70d4e55290bb09dd8c933a0cad583efdb3e8 (diff) |
Fix a link that got broken by a recent change that was made to the web pages.
Pointed out by Jan Stary, but I used the faq15 URL because the suggested one
is linked a couple of lines below already.
-rw-r--r-- | share/man/man7/ports.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 3e8a76a68fe..b4748f2cd00 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.105 2015/09/21 21:43:23 schwarze Exp $ +.\" $OpenBSD: ports.7,v 1.106 2015/11/24 21:27:03 sthen Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: September 21 2015 $ +.Dd $Mdocdate: November 24 2015 $ .Dt PORTS 7 .Os .Sh NAME @@ -63,7 +63,7 @@ For more information about using ports, see The .Ox Ports System -.Pq Lk http://www.openbsd.org/faq/ports/ports.html . +.Pq Lk http://www.openbsd.org/faq/faq15.html#Ports . For information about creating new ports, see the .Ox |