From 5b7eed87427ee582f75d7caa2144379fadc6ea1a Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Tue, 13 Oct 2020 11:49:03 -0700 Subject: [PATCH] [docs] Update Getting Started guide to reference example app --- docs/_tutorials/getting_started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_tutorials/getting_started.md b/docs/_tutorials/getting_started.md index 9f202103a..63d186028 100644 --- a/docs/_tutorials/getting_started.md +++ b/docs/_tutorials/getting_started.md @@ -14,6 +14,8 @@ redirect_from: This guide is meant to walk you through getting up and running with a Slack app using Bolt for JavaScript. Along the way, we’ll create a new Slack app, set up your local environment, and develop an app that listens and responds to messages from a Slack workspace. +When you’re finished, you’ll have this ⚡️[Getting Started app](https://github.com/slackapi/bolt-js-getting-started-app) to run, modify, and make your own. + --- ### Create an app @@ -311,7 +313,7 @@ You can see that we used `app.action()` to listen for the `action_id` that we na --- ### Next steps -You just built your first Bolt for JavaScript app! 🎉 +You just built your first [Bolt for JavaScript app](https://github.com/slackapi/bolt-js-getting-started-app)! 🎉 Now that you have a basic app up and running, you can start exploring how to make your Bolt app stand out. Here are some ideas about what to explore next: