From b42a77d42bfafde49ec565a0befb601c24d8c343 Mon Sep 17 00:00:00 2001
From: hzhu <hz@henryzhu.me>
Date: Fri, 1 Jun 2018 00:35:05 -0700
Subject: [PATCH] Add link for using a modern web stack on Heroku in the user
 guide

---
 packages/react-scripts/template/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 437c9f273..20ab2f911 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -2432,7 +2432,8 @@ If, when deploying, you get `/dev/tty: No such a device or address` or a similar
 ### [Heroku](https://www.heroku.com/)
 
 Use the [Heroku Buildpack for Create React App](https://github.com/mars/create-react-app-buildpack).<br>
-You can find instructions in [Deploying React with Zero Configuration](https://blog.heroku.com/deploying-react-with-zero-configuration).
+You can find instructions in [Deploying React with Zero Configuration](https://blog.heroku.com/deploying-react-with-zero-configuration).<br>
+Getting started with [A Rock Solid, Modern Web Stack—Rails 5 API + ActiveAdmin + Create React App on Heroku](https://blog.heroku.com/a-rock-solid-modern-web-stack).
 
 #### Resolving Heroku Deployment Errors
 
-- 
GitLab