From ac663598dfc3812ab247d9637047885e906ec1be Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 27 Mar 2018 14:54:02 +0000 Subject: [PATCH] Add trailing slash for consistency. For some reason, the other link - https://lists.FreeBSD.org/ - needs the trailing slash, otherwise man(8) renders it in a weird way. No idea why's that. At least try to be consistent. Revert it when the other link gets fixed. MFC after: 2 weeks --- share/man/man7/development.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 4fc0deda7960..70eb38de14fd 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -88,7 +88,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/ .Pp .Sh EXAMPLES Check out the CURRENT branch, build it, and install, overwriting the current