diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 70e7c97b8a52c330b3f7d58b46861bbd18135961..e4222e12839c462affe3b3b67915eedd21222b0d 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"