aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/debugging_rails_applications.textile
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2012-05-22 11:19:32 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2012-05-22 11:19:32 +0530
commit4220290d09e682d8454048312b89efaf84f028be (patch)
treea7034447b016381ed8a71be6d15392be115ea3c2 /guides/source/debugging_rails_applications.textile
parent8281194fee1a049826c50f9e0a095ea1abb91277 (diff)
downloadrails-4220290d09e682d8454048312b89efaf84f028be.tar.gz
rails-4220290d09e682d8454048312b89efaf84f028be.tar.bz2
rails-4220290d09e682d8454048312b89efaf84f028be.zip
Fix broken link
Diffstat (limited to 'guides/source/debugging_rails_applications.textile')
-rw-r--r--guides/source/debugging_rails_applications.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.textile b/guides/source/debugging_rails_applications.textile
index 45fa4ada78..0802a2db26 100644
--- a/guides/source/debugging_rails_applications.textile
+++ b/guides/source/debugging_rails_applications.textile
@@ -698,7 +698,7 @@ There are some Rails plugins to help you to find errors and debug your applicati
h3. References
-* "ruby-debug Homepage":http://www.datanoise.com/ruby-debug
+* "ruby-debug Homepage":http://bashdb.sourceforge.net/ruby-debug/home-page.html
* "debugger Homepage":http://github.com/cldwalker/debugger
* "Article: Debugging a Rails application with ruby-debug":http://www.sitepoint.com/article/debug-rails-app-ruby-debug/
* "ruby-debug Basics screencast":http://brian.maybeyoureinsane.net/blog/2007/05/07/ruby-debug-basics-screencast/