Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2019 13:00:33 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346989 - head/share/man/man7
Message-ID:  <201905011300.x41D0XeF091791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed May  1 13:00:33 2019
New Revision: 346989
URL: https://svnweb.freebsd.org/changeset/base/346989

Log:
  Remove trailing slashes from URLs; current mandoc(1) seems to render
  them just fine.
  
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL

Modified:
  head/share/man/man7/development.7

Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7	Wed May  1 09:05:48 2019	(r346988)
+++ head/share/man/man7/development.7	Wed May  1 13:00:33 2019	(r346989)
@@ -93,7 +93,7 @@ For coding conventions, see
 To ask questions regarding development, use the mailing lists,
 such as freebsd-arch@ and freebsd-hackers@:
 .Pp
-.Lk https://lists.FreeBSD.org/
+.Lk https://lists.FreeBSD.org
 .Pp
 To get your patches integrated into the main
 .Fx
@@ -102,7 +102,7 @@ it is a code review tool that allows other developers 
 suggest improvements, and, eventually, allows them to pick up the change and
 commit it:
 .Pp
-.Lk https://reviews.FreeBSD.org/
+.Lk https://reviews.FreeBSD.org
 .Sh EXAMPLES
 Check out the CURRENT branch, build it, and install, overwriting the current
 system:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905011300.x41D0XeF091791>