diff options
author | Ken <ken@seeice.com> | 2013-03-31 20:51:51 -0700 |
---|---|---|
committer | Ken <ken@seeice.com> | 2013-03-31 20:51:51 -0700 |
commit | f26653512328f16c354906e60dbc3a34c41a9afa (patch) | |
tree | 81907a1ed869946077c097f52d928af2a62e8407 /guides | |
parent | da9031ae26d5b377a465aae925f1c3cc9d2c2453 (diff) | |
parent | 8429a75418f266c3219d61464e05f5d430b965de (diff) | |
download | rails-f26653512328f16c354906e60dbc3a34c41a9afa.tar.gz rails-f26653512328f16c354906e60dbc3a34c41a9afa.tar.bz2 rails-f26653512328f16c354906e60dbc3a34c41a9afa.zip |
Merge pull request #132 from hlee/master
Fixed an article link at sitepoint
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/debugging_rails_applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index 6699098e51..31f96372ec 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -665,7 +665,7 @@ References * [ruby-debug Homepage](http://bashdb.sourceforge.net/ruby-debug/home-page.html) * [debugger Homepage](https://github.com/cldwalker/debugger) -* [Article: Debugging a Rails application with ruby-debug](http://www.sitepoint.com/article/debug-rails-app-ruby-debug/) +* [Article: Debugging a Rails application with ruby-debug](http://www.sitepoint.com/debug-rails-app-ruby-debug/) * [ruby-debug Basics screencast](http://brian.maybeyoureinsane.net/blog/2007/05/07/ruby-debug-basics-screencast/) * [Ryan Bates' debugging ruby (revised) screencast](http://railscasts.com/episodes/54-debugging-ruby-revised) * [Ryan Bates' stack trace screencast](http://railscasts.com/episodes/24-the-stack-trace) |