From 000617f0ee7d9a4530abfad290600badd324cbcb Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 9 Jul 2019 06:45:07 +0900 Subject: [PATCH] Merge pull request #36624 from ultrawebmarketing/patch-1 update example url for add_source [ci skip] --- guides/source/rails_application_templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 982df26987..e0e79fc41b 100644 --- a/guides/source/rails_application_templates.md +++ b/guides/source/rails_application_templates.md @@ -82,10 +82,10 @@ 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://gems.github.com"`: ```ruby -add_source "http://code.whytheluckystiff.net" +add_source "http://gems.github.com" ``` If block is given, gem entries in block are wrapped into the source group. -- GitLab