Skip to content

Commit

Permalink
[slackapi#760] Update docs ref to ExpressReceiver source code
Browse files Browse the repository at this point in the history
  • Loading branch information
saintmalik authored Jan 19, 2021
1 parent dfc61e7 commit 35aef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_advanced/receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A receiver is responsible for handling and parsing any incoming events from Slac

To use a custom receiver, you can pass it into the constructor when initializing your Bolt for JavaScript app. Here is what a basic custom receiver might look like.

For a more in-depth look at a receiver, [read the source code for the built-in `ExpressReceiver`](https://github.com/slackapi/bolt-js/blob/master/src/ExpressReceiver.ts)
For a more in-depth look at a receiver, [read the source code for the built-in `ExpressReceiver`](https://github.com/slackapi/bolt-js/blob/master/src/receivers/ExpressReceiver.ts)
</div>

```javascript
Expand Down

0 comments on commit 35aef1a

Please sign in to comment.