From 3c9e195f981a519a6a033c2709a7eb54b5d64412 Mon Sep 17 00:00:00 2001 From: normal Date: Wed, 3 Sep 2014 18:58:42 +0000 Subject: [PATCH] man/ruby.1: add trailing slash to URLs [ci-skip] URLs without path component needs trailing slash. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ man/ruby.1 | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3af8eba5d..a60ed41aab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 4 03:52:16 2014 Eric Wong + + * man/ruby.1: add trailing slash to URLs [ci-skip] + Wed Sep 3 19:10:28 2014 Tanaka Akira * process.c (before_fork_ruby): Renamed from before_fork. diff --git a/man/ruby.1 b/man/ruby.1 index 7642eaa6e6..bdc014322c 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -484,9 +484,9 @@ as bellow. .Pp .Sh SEE ALSO .Bl -hang -compact -width "http://www.ruby-lang.org/123" -.It http://www.ruby-lang.org +.It http://www.ruby-lang.org/ The official web site. -.It https://www.ruby-toolbox.com +.It https://www.ruby-toolbox.com/ Comprehensive catalog of Ruby libraries. .El .Pp @@ -498,7 +498,7 @@ Comprehensive catalog of Ruby libraries. Reported problems will be published after they've been fixed. .Pp .Li And you can report other bugs and feature requests via the -Ruby Issue Tracking System (http://bugs.ruby-lang.org). +Ruby Issue Tracking System (http://bugs.ruby-lang.org/). Do not report security vulnerabilities via the system because it publishes the vulnerabilities immediately. .El