diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-06 02:54:55 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-06 02:54:55 +0000 |
commit | 56654cb04d051169fec34c98cfc417372b8a8d2a (patch) | |
tree | 9eef0cdd245e509e84a6cbb0a7f9be1045aec9e6 | |
parent | 86d6d4d57c18b1c1fb5b1a3807dc114df2fd249f (diff) |
* lib/erb.rb: [DOC] fix broken link.
Use rubygems.org and www.ruby-toolbox.com instead of RAA. [Bug #9197]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/erb.rb | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Fri Dec 6 11:51:28 2013 SHIBATA Hiroshi <[email protected]> + + * lib/erb.rb: [DOC] fix broken link, Use rubygems.org and www.ruby-toolbox.com instead of RAA. + [Bug #9197] + Fri Dec 6 10:50:54 2013 SHIBATA Hiroshi <[email protected]> * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466] diff --git a/lib/erb.rb b/lib/erb.rb index 5c89cb403e..5d32c47774 100644 --- a/lib/erb.rb +++ b/lib/erb.rb @@ -252,7 +252,8 @@ require "cgi/util" # * Amrita (smart at producing HTML/XML); # * cs/Template (written in C for speed); # * RDoc, distributed with Ruby, uses its own template engine, which can be reused elsewhere; -# * and others; search the RAA. +# * and others; search {RubyGems.org}[https://rubygems.org/] or +# {The Ruby Toolbox}[https://www.ruby-toolbox.com/]. # # Rails, the web application framework, uses ERB to create views. # |