aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2017-02-17 18:38:11 -0500
committerGitHub <noreply@github.com>2017-02-17 18:38:11 -0500
commitc059caab7bcf40dec4902ac21cef673625da2a24 (patch)
tree1337b66c9ce4ee5f5cbe4a92934023e05f558457 /guides/source
parent5abe7018f40712e047897fd9a566b3e5a6824904 (diff)
parentfc9a2dc14ca3a5684e3cd1a4006ebebbb1e00318 (diff)
downloadrails-c059caab7bcf40dec4902ac21cef673625da2a24.tar.gz
rails-c059caab7bcf40dec4902ac21cef673625da2a24.tar.bz2
rails-c059caab7bcf40dec4902ac21cef673625da2a24.zip
Merge pull request #28049 from notapatch/master
Change engines guide to demonstrate maintained forum
Diffstat (limited to 'guides/source')
-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.