Skip to content

Commit

Permalink
docs: fix link (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisarEisenbach committed Jan 10, 2023
1 parent 229a01c commit 6e3070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = (app) => {

The `app` parameter is an instance of [`Probot`](https://probot.github.io/api/latest/classes/probot.Probot.html) and gives you access to all of the GitHub goodness.

`app.on` will listen for any [webhook events triggered by GitHub](/docs/webhooks.md), which will notify you when anything interesting happens on GitHub that your app wants to know about.
`app.on` will listen for any [webhook events triggered by GitHub](/docs/webhooks/), which will notify you when anything interesting happens on GitHub that your app wants to know about.

```js
module.exports = (app) => {
Expand Down

0 comments on commit 6e3070f

Please sign in to comment.