diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-12-16 16:57:35 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-12-16 16:57:35 -0200 |
commit | 0dea33f770305f32ed7476f520f7c1ff17434fdc (patch) | |
tree | 985cb3c97e4a5676c70a7bd5ed191684fe8115c1 /guides/source | |
parent | 445113222905b96c4cc648c587ab8c2b451fd484 (diff) | |
download | rails-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]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/rails_application_templates.md | 2 |
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" |