ruby-changes:30724
From: naruse <ko1@a...>
Date: Tue, 3 Sep 2013 17:20:58 +0900 (JST)
Subject: [ruby-changes:30724] naruse:r42803 (trunk): Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]"
naruse 2013-09-03 17:20:48 +0900 (Tue, 03 Sep 2013) New Revision: 42803 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42803 Log: Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]" It should be fixed on www.ruby-lang.org side. * [Bug #8854] * ruby/www.ruby-lang.org#288 https://github.com/ruby/www.ruby-lang.org/issues/288 Modified files: trunk/error.c Index: error.c =================================================================== --- error.c (revision 42802) +++ error.c (revision 42803) @@ -48,7 +48,7 @@ extern const char ruby_description[]; https://github.com/ruby/ruby/blob/trunk/error.c#L48 "You may have encountered a bug in the Ruby interpreter" \ " or extension libraries.\n" \ "Bug reports are welcome.\n" \ - "For details: http://bugs.ruby-lang.org/\n\n" \ + "For details: http://www.ruby-lang.org/bugreport.html\n\n" \ static const char * rb_strerrno(int err) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/