aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/rails_application_templates.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-07-09 06:45:07 +0900
committerGitHub <noreply@github.com>2019-07-09 06:45:07 +0900
commit974a59fd9a648e8c7b6ac32ff609d7325cab219d (patch)
treeceeda6dad8f351de89819439fc89e7a2f031c323 /guides/source/rails_application_templates.md
parentd3b247261cbf9c31f84d97373b17e002caf0780c (diff)
parent706063f1eef607746f264822194d1457051d4d68 (diff)
downloadrails-974a59fd9a648e8c7b6ac32ff609d7325cab219d.tar.gz
rails-974a59fd9a648e8c7b6ac32ff609d7325cab219d.tar.bz2
rails-974a59fd9a648e8c7b6ac32ff609d7325cab219d.zip
Merge pull request #36624 from ultrawebmarketing/patch-1
update example url for add_source [ci skip]
Diffstat (limited to 'guides/source/rails_application_templates.md')
-rw-r--r--guides/source/rails_application_templates.md4
1 files 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.