aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGarrett Heinlen <heinleng@gmail.com>2013-02-01 20:06:12 -0600
committerGarrett Heinlen <heinleng@gmail.com>2013-02-01 20:06:12 -0600
commit10c262c75d9bf7867a7e28d60161614d7e8d442e (patch)
tree3f18850baab2e73c5cbac2ae243e9db3afd10747 /guides
parent3e1f23125dc04df7894f276f6e3d296e184c2b8c (diff)
downloadrails-10c262c75d9bf7867a7e28d60161614d7e8d442e.tar.gz
rails-10c262c75d9bf7867a7e28d60161614d7e8d442e.tar.bz2
rails-10c262c75d9bf7867a7e28d60161614d7e8d442e.zip
Fix link to point to new RefineryCMS repo
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 459aa8d57e..58c6870d4a 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -28,7 +28,7 @@ Engines can also be isolated from their host applications. This means that an ap
It's important to keep in mind at all times that the application should **always** take precedence over its engines. An application is the object that has final say in what goes on in the universe (with the universe being the application's environment) where the engine should only be enhancing it, rather than changing it drastically.
-To see demonstrations of other engines, check out [Devise](https://github.com/plataformatec/devise), an engine that provides authentication for its parent applications, or [Forem](https://github.com/radar/forem), an engine that provides forum functionality. There's also [Spree](https://github.com/spree/spree) which provides an e-commerce platform, and [RefineryCMS](https://github.com/resolve/refinerycms), a CMS engine.
+To see demonstrations of other engines, check out [Devise](https://github.com/plataformatec/devise), an engine that provides authentication for its parent applications, or [Forem](https://github.com/radar/forem), an engine that provides forum functionality. There's also [Spree](https://github.com/spree/spree) which provides an e-commerce platform, and [RefineryCMS](https://github.com/refinery/refinerycms), a CMS engine.
Finally, engines would not have been possible without the work of James Adam, Piotr Sarnacki, the Rails Core Team, and a number of other people. If you ever meet them, don't forget to say thanks!