From da535403776f956a9351cffe6f6b2d0fea03d4f5 Mon Sep 17 00:00:00 2001 From: Pavel Durov Date: Sun, 17 Jun 2018 17:19:16 +0100 Subject: [PATCH] Doc: fix broken link in PLUGINS.md (#3089) Fixes #3088 --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 645d3555..b115f027 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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