Doc: fix broken link in PLUGINS.md (#3089)

Fixes #3088
This commit is contained in:
Pavel Durov 2018-06-17 17:19:16 +01:00 committed by CHaBou
parent 3df6cac644
commit da53540377

View file

@ -37,7 +37,7 @@ After launching Hyper in dev mode, run `yarn run app`, it should log that your p
When you put a `console.log()` in your plugin code, it will be displayed in the Electron dev-tools, but only if it is located in a renderer method, like component decorators. If it is located in the Electron main process method, like the `onApp` handler, it will be displayed in your terminal where you ran `yarn run app` or in your VSCode console.
## Recipes
Almost all available API methods can be found on https://www.hyper.is.
Almost all available API methods can be found on https://hyper.is.
If there's any missing, let us know or submit a PR to document it!
### Components