aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_1_release_notes.md
diff options
context:
space:
mode:
authorRashmi Yadav <rays.rashmi@gmail.com>2014-01-19 10:51:23 +0100
committerRashmi Yadav <rays.rashmi@gmail.com>2014-01-19 10:52:49 +0100
commitb20d4453dda6121508a93ebfbe08aafc974abdd7 (patch)
tree9c0f7362b5cb34dcc0d19cc5645d9a4ff07b3fe3 /guides/source/4_1_release_notes.md
parentab91bc31922c1753009fac96b3d77e9d279d02d3 (diff)
downloadrails-b20d4453dda6121508a93ebfbe08aafc974abdd7.tar.gz
rails-b20d4453dda6121508a93ebfbe08aafc974abdd7.tar.bz2
rails-b20d4453dda6121508a93ebfbe08aafc974abdd7.zip
Spring in now under rails/spring [ci skip]
Diffstat (limited to 'guides/source/4_1_release_notes.md')
-rw-r--r--guides/source/4_1_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 924e5d90db..f408d9fdac 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -64,7 +64,7 @@ Spring is running:
```
Have a look at the
-[Spring README](https://github.com/jonleighton/spring/blob/master/README.md) to
+[Spring README](https://github.com/rails/spring/blob/master/README.md) to
see all available features.
See the [Upgrading Ruby on Rails](upgrading_ruby_on_rails.html#spring)
@@ -267,7 +267,7 @@ for detailed changes.
### Notable changes
* The [Spring application
- preloader](https://github.com/jonleighton/spring) is now installed
+ preloader](https://github.com/rails/spring) is now installed
by default for new applications. It uses the development group of
the Gemfile, so will not be installed in
production. ([Pull Request](https://github.com/rails/rails/pull/12958))