From e8d648bcba4d84cc9a267bf3064757857a695d43 Mon Sep 17 00:00:00 2001 From: bundyo Date: Sat, 28 Feb 2015 10:34:26 +0200 Subject: [PATCH] Change the link to use dashes. --- 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 1defec2ac032..d3ac51f4464c 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -641,7 +641,7 @@ Emitted when a redirect was received while requesting a resource. Emitted when the page requested to open a new window for `url`. It could be requested by `window.open` or an external link like ``. -Check the next section [Handling Child Windows](#handlingchildwindows) for more information. +Check the next section [Handling Child Windows](#handling-child-windows) for more information. Calling `event.preventDefault()` can prevent creating new windows.