diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-03-27 14:54:02 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-03-27 14:54:02 +0000 |
commit | ac663598dfc3812ab247d9637047885e906ec1be (patch) | |
tree | 0fcf7c2f3abfda1be3755635ac652cb2ca7d706a | |
parent | f9b7620b3ef98707ad455f58764f1e87212aca1c (diff) | |
download | src-ac663598dfc3812ab247d9637047885e906ec1be.tar.gz src-ac663598dfc3812ab247d9637047885e906ec1be.zip |
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
Notes
Notes:
svn path=/head/; revision=331619
-rw-r--r-- | share/man/man7/development.7 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |