aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Naberezny <mike@naberezny.com>2009-11-21 15:49:42 -0800
committerMike Naberezny <mike@naberezny.com>2009-11-21 15:49:42 -0800
commit0a9f8dc2ec77ea7da4808d1b33bab598d2366f09 (patch)
treeada7003e9d98be93711dd521454e6291fa871a40
parent14ee31cdd09ef100cd2cb9eb9bd50c3a6d5e7f45 (diff)
downloadrails-0a9f8dc2ec77ea7da4808d1b33bab598d2366f09.tar.gz
rails-0a9f8dc2ec77ea7da4808d1b33bab598d2366f09.tar.bz2
rails-0a9f8dc2ec77ea7da4808d1b33bab598d2366f09.zip
Updated link to RedCloth.
-rw-r--r--actionpack/lib/action_view/helpers/text_helper.rb6
1 files 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 @@ module ActionView
# 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].
- # <i>This method is only available if RedCloth[http://whytheluckystiff.net/ruby/redcloth/]
- # is available</i>.
+ # <i>This method is only available if RedCloth[http://redcloth.org/] is available</i>.
#
# ==== Examples
# textilize("*This is Textile!* Rejoice!")
@@ -263,8 +262,7 @@ module ActionView
# but without the bounding <p> tag that RedCloth adds.
#
# You can learn more about Textile's syntax at its website[http://www.textism.com/tools/textile].
- # <i>This method is requires RedCloth[http://whytheluckystiff.net/ruby/redcloth/]
- # to be available</i>.
+ # <i>This method is requires RedCloth[http://redcloth.org/] to be available</i>.
#
# ==== Examples
# textilize_without_paragraph("*This is Textile!* Rejoice!")