aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRichard <richard.wigley@gmail.com>2017-02-17 11:50:49 +0000
committerRichard <richard.wigley@gmail.com>2017-02-17 18:47:45 +0000
commitfc9a2dc14ca3a5684e3cd1a4006ebebbb1e00318 (patch)
tree7a5688c774bb798af4096ad2cbceb56815bb388b /guides
parent46bf9eea533f8a2fedbb0aaad12cae1c5a4b9612 (diff)
downloadrails-fc9a2dc14ca3a5684e3cd1a4006ebebbb1e00318.tar.gz
rails-fc9a2dc14ca3a5684e3cd1a4006ebebbb1e00318.tar.bz2
rails-fc9a2dc14ca3a5684e3cd1a4006ebebbb1e00318.zip
Change engines guide to demonstrate maintained forum
Change Rails engine guide to references a maintained project Thredded instead of the abandoned project Forem. I chose Thredded as Forem's closing note (below) suggests the choice. https://github.com/rubysherpas/forem/blob/rails4/README.md
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 0020112a1c..180a786237 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -59,7 +59,7 @@ 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
+[Thredded](https://github.com/thredded/thredded), 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.