forked from mirrors/probot
docs: Correct wrong link to `Developing an App` page (#1572)
Co-authored-by: Aaron Dewes <aaron.dewes@web.de>
This commit is contained in:
parent
f58a88e1b2
commit
ef70c58148
|
@ -44,7 +44,7 @@ module.exports = (app) => {
|
|||
};
|
||||
```
|
||||
|
||||
To get started, you can use the instructions for [Developing an App](./development.md) or remix this 'Hello World' project on Glitch:
|
||||
To get started, you can use the instructions for [Developing an App](/docs/development/) or remix this 'Hello World' project on Glitch:
|
||||
|
||||
[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/remix/probot-hello-world)
|
||||
|
||||
|
|
Loading…
Reference in New Issue