diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-05-01 13:00:33 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-05-01 13:00:33 +0000 |
commit | 7e89a7e3432d18c1f9bb12218dfd38cf718a208b (patch) | |
tree | 5631974809a8fe81fde8c497dffa637941878eb6 /share/man/man7/development.7 | |
parent | fa4b8179701b195a4e30587a3da6d8408e889199 (diff) |
Remove trailing slashes from URLs; current mandoc(1) seems to render
them just fine.
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Notes
Notes:
svn path=/head/; revision=346989
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r-- | share/man/man7/development.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 989513937b21..9f79d13e9369 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -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 to review the changes, 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: |