diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2017-02-17 18:38:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 18:38:11 -0500 |
commit | c059caab7bcf40dec4902ac21cef673625da2a24 (patch) | |
tree | 1337b66c9ce4ee5f5cbe4a92934023e05f558457 /guides/source | |
parent | 5abe7018f40712e047897fd9a566b3e5a6824904 (diff) | |
parent | fc9a2dc14ca3a5684e3cd1a4006ebebbb1e00318 (diff) | |
download | rails-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.md | 2 |
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. |