From 430a6c2915b0fa90b6de3ee075278b204323cff0 Mon Sep 17 00:00:00 2001 From: Evlogiy Sutormin Date: Wed, 1 Apr 2015 03:24:39 +0300 Subject: [PATCH] fix link --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 5d8976a0e6..edb6ad11c4 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -250,7 +250,7 @@ You should only use this method when the renderer process (web page) has crashed Try to close the window, this has the same effect with user manually clicking the close button of the window. The web page may cancel the close though, see -the [close event](window#event-close). +the [close event](#event-close). ### BrowserWindow.focus()