diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 5d8976a0e69d..edb6ad11c429 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()