aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--man/ruby.16
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 <e@80x24.org>
+
+ * man/ruby.1: add trailing slash to URLs [ci-skip]
+
Wed Sep 3 19:10:28 2014 Tanaka Akira <akr@fsij.org>
* 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