From 80dbcf629c2d6a28109edafb15c144c3f83e8be8 Mon Sep 17 00:00:00 2001 From: Jacob Evan Shreve Date: Mon, 16 Dec 2013 13:43:50 -0500 Subject: Fix url leak in application templates guide Encapsulate url that was including the trailing quote and colon. --- guides/source/rails_application_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/rails_application_templates.md') diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 711d910184..70e7c97b8a 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": +For example, if you need to source a gem from "[http://code.whytheluckystiff.net](http://code.whytheluckystiff.net)": ```ruby add_source "http://code.whytheluckystiff.net" -- cgit v1.2.3 From 0dea33f770305f32ed7476f520f7c1ff17434fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 16 Dec 2013 16:57:35 -0200 Subject: Remove the link for code.whytheluckystiff.net This is not a valid URL. [ci skip] --- guides/source/rails_application_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/rails_application_templates.md') 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" -- cgit v1.2.3