From 0a9f8dc2ec77ea7da4808d1b33bab598d2366f09 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 21 Nov 2009 15:49:42 -0800 Subject: [PATCH] Updated link to RedCloth. --- actionpack/lib/action_view/helpers/text_helper.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 1d92bcb763..e10217b0f4 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -226,8 +226,7 @@ def word_wrap(text, *args) # Returns the text with all the Textile[http://www.textism.com/tools/textile] codes turned into HTML tags. # # You can learn more about Textile's syntax at its website[http://www.textism.com/tools/textile]. - # This method is only available if RedCloth[http://whytheluckystiff.net/ruby/redcloth/] - # is available. + # This method is only available if RedCloth[http://redcloth.org/] is available. # # ==== Examples # textilize("*This is Textile!* Rejoice!") @@ -263,8 +262,7 @@ def textilize(text, *options) # but without the bounding

tag that RedCloth adds. # # You can learn more about Textile's syntax at its website[http://www.textism.com/tools/textile]. - # This method is requires RedCloth[http://whytheluckystiff.net/ruby/redcloth/] - # to be available. + # This method is requires RedCloth[http://redcloth.org/] to be available. # # ==== Examples # textilize_without_paragraph("*This is Textile!* Rejoice!") -- GitLab