From b20d4453dda6121508a93ebfbe08aafc974abdd7 Mon Sep 17 00:00:00 2001
From: Rashmi Yadav <rays.rashmi@gmail.com>
Date: Sun, 19 Jan 2014 10:51:23 +0100
Subject: Spring in now under rails/spring [ci skip]

---
 guides/code/getting_started/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'guides/code')

diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile
index a2155c43b9..ecb6e7aa1a 100644
--- a/guides/code/getting_started/Gemfile
+++ b/guides/code/getting_started/Gemfile
@@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.0'
 # bundle exec rake doc:rails generates the API under doc/api.
 gem 'sdoc', '~> 0.4.0',          group: :doc
 
-# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/jonleighton/spring
+# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
 gem 'spring',        group: :development
 
 # Use ActiveModel has_secure_password
-- 
cgit v1.2.3