diff options
author | James Miller <bensie@gmail.com> | 2010-08-26 09:55:18 -0700 |
---|---|---|
committer | James Miller <bensie@gmail.com> | 2010-08-26 09:55:18 -0700 |
commit | 8e3d23dea207ebe531de7a1ad9ad9151c3936894 (patch) | |
tree | 73cf202ea976f8ae1740d4d17e74235a95a22413 /railties/guides/source/getting_started.textile | |
parent | 68ba59fdbd1867a598959da7abbd798e85ba59dc (diff) | |
download | rails-8e3d23dea207ebe531de7a1ad9ad9151c3936894.tar.gz rails-8e3d23dea207ebe531de7a1ad9ad9151c3936894.tar.bz2 rails-8e3d23dea207ebe531de7a1ad9ad9151c3936894.zip |
Link to gembundler.com instead of Github repo
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index d9525539ab..dfc31a0f34 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -194,7 +194,7 @@ In any case, Rails will create a folder in your working directory called <tt>blo h4. Installing the Required Gems -Rails applications manage gem dependencies with "Bundler":http://www.github.com/carlhuda/bundler by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run +Rails applications manage gem dependencies with "Bundler":http://gembundler.com/v1.0/index.html by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run <shell> bundle install |