[前][次][番号順一覧][スレッド一覧]

ruby-changes:35297

From: normal <ko1@a...>
Date: Thu, 4 Sep 2014 03:58:57 +0900 (JST)
Subject: [ruby-changes:35297] normal:r47379 (trunk): man/ruby.1: add trailing slash to URLs [ci-skip]

normal	2014-09-04 03:58:42 +0900 (Thu, 04 Sep 2014)

  New Revision: 47379

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47379

  Log:
    man/ruby.1: add trailing slash to URLs [ci-skip]
    
    URLs without path component needs trailing slash.

  Modified files:
    trunk/ChangeLog
    trunk/man/ruby.1
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47378)
+++ ChangeLog	(revision 47379)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Sep  4 03:52:16 2014  Eric Wong  <e@8...>
+
+	* man/ruby.1: add trailing slash to URLs [ci-skip]
+
 Wed Sep  3 19:10:28 2014  Tanaka Akira  <akr@f...>
 
 	* process.c (before_fork_ruby): Renamed from before_fork.
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 47378)
+++ man/ruby.1	(revision 47379)
@@ -484,9 +484,9 @@ as bellow. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L484
 .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. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L498
 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]