From 8e3d23dea207ebe531de7a1ad9ad9151c3936894 Mon Sep 17 00:00:00 2001 From: James Miller Date: Thu, 26 Aug 2010 09:55:18 -0700 Subject: Link to gembundler.com instead of Github repo --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') 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 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 bundle install -- cgit v1.2.3