aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorBenjamin Tan Wei Hao <benjamintanweihao@gmail.com>2013-04-12 10:14:51 +0800
committerBenjamin Tan Wei Hao <benjamintanweihao@gmail.com>2013-04-12 10:14:51 +0800
commit69a87d5ada9dd07ed95d16c11767c8fb73e81051 (patch)
tree599703fb13db886052ebeaa27f5f781793a03288 /guides
parent062d1f718943925debd3c4aae45a4b5e15b40632 (diff)
downloadrails-69a87d5ada9dd07ed95d16c11767c8fb73e81051.tar.gz
rails-69a87d5ada9dd07ed95d16c11767c8fb73e81051.tar.bz2
rails-69a87d5ada9dd07ed95d16c11767c8fb73e81051.zip
Fix links containing stray colons
Diffstat (limited to 'guides')
-rw-r--r--guides/source/debugging_rails_applications.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index df7b113eb1..8f1d2922ac 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -655,10 +655,10 @@ Plugins for Debugging
There are some Rails plugins to help you to find errors and debug your application. Here is a list of useful plugins for debugging:
-* [Footnotes](https://github.com/josevalim/rails-footnotes:) Every Rails page has footnotes that give request information and link back to your source via TextMate.
-* [Query Trace](https://github.com/ntalbott/query_trace/tree/master:) Adds query origin tracing to your logs.
-* [Query Reviewer](https://github.com/nesquena/query_reviewer:) This rails plugin not only runs "EXPLAIN" before each of your select queries in development, but provides a small DIV in the rendered output of each page with the summary of warnings for each query that it analyzed.
-* [Exception Notifier](https://github.com/smartinez87/exception_notification/tree/master:) Provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application.
+* [Footnotes](https://github.com/josevalim/rails-footnotes) Every Rails page has footnotes that give request information and link back to your source via TextMate.
+* [Query Trace](https://github.com/ntalbott/query_trace/tree/master) Adds query origin tracing to your logs.
+* [Query Reviewer](https://github.com/nesquena/query_reviewer) This rails plugin not only runs "EXPLAIN" before each of your select queries in development, but provides a small DIV in the rendered output of each page with the summary of warnings for each query that it analyzed.
+* [Exception Notifier](https://github.com/smartinez87/exception_notification/tree/master) Provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application.
References
----------