aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_1_release_notes.md
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2015-03-12 15:22:10 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-13 10:55:50 -0300
commit9655cb1ce7b475f0ba71cf878fadeabe243e6722 (patch)
tree88c8132124e0c34e182ace6ee8c806e7b5d246af /guides/source/3_1_release_notes.md
parent5c83f51740201f1976c8bdcdecce46947bab6e0f (diff)
downloadrails-9655cb1ce7b475f0ba71cf878fadeabe243e6722.tar.gz
rails-9655cb1ce7b475f0ba71cf878fadeabe243e6722.tar.bz2
rails-9655cb1ce7b475f0ba71cf878fadeabe243e6722.zip
Update sprockets links to point to rails org
Diffstat (limited to 'guides/source/3_1_release_notes.md')
-rw-r--r--guides/source/3_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_1_release_notes.md b/guides/source/3_1_release_notes.md
index e187e5f9ab..537aa5a371 100644
--- a/guides/source/3_1_release_notes.md
+++ b/guides/source/3_1_release_notes.md
@@ -174,7 +174,7 @@ Rails Architectural Changes
The major change in Rails 3.1 is the Assets Pipeline. It makes CSS and JavaScript first-class code citizens and enables proper organization, including use in plugins and engines.
-The assets pipeline is powered by [Sprockets](https://github.com/sstephenson/sprockets) and is covered in the [Asset Pipeline](asset_pipeline.html) guide.
+The assets pipeline is powered by [Sprockets](https://github.com/rails/sprockets) and is covered in the [Asset Pipeline](asset_pipeline.html) guide.
### HTTP Streaming