aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-16 16:57:35 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-16 16:57:35 -0200
commit0dea33f770305f32ed7476f520f7c1ff17434fdc (patch)
tree985cb3c97e4a5676c70a7bd5ed191684fe8115c1
parent445113222905b96c4cc648c587ab8c2b451fd484 (diff)
downloadrails-0dea33f770305f32ed7476f520f7c1ff17434fdc.tar.gz
rails-0dea33f770305f32ed7476f520f7c1ff17434fdc.tar.bz2
rails-0dea33f770305f32ed7476f520f7c1ff17434fdc.zip
Remove the link for code.whytheluckystiff.net
This is not a valid URL. [ci skip]
-rw-r--r--guides/source/rails_application_templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md
index 70e7c97b8a..e4222e1283 100644
--- a/guides/source/rails_application_templates.md
+++ b/guides/source/rails_application_templates.md
@@ -78,7 +78,7 @@ end
Adds the given source to the generated application's `Gemfile`.
-For example, if you need to source a gem from "[http://code.whytheluckystiff.net](http://code.whytheluckystiff.net)":
+For example, if you need to source a gem from `"http://code.whytheluckystiff.net"`:
```ruby
add_source "http://code.whytheluckystiff.net"