diff --git a/shell/browser/native_window_mac.mm b/shell/browser/native_window_mac.mm index 7ed7942063..7093717e07 100644 --- a/shell/browser/native_window_mac.mm +++ b/shell/browser/native_window_mac.mm @@ -364,7 +364,8 @@ NativeWindowMac::NativeWindowMac(const gin_helper::Dictionary& options, // Don't show title bar. [window_ setTitlebarAppearsTransparent:YES]; [window_ setTitleVisibility:NSWindowTitleHidden]; - // Remove non-transparent corners, see http://git.io/vfonD. + // Remove non-transparent corners, see + // https://github.com/electron/electron/issues/517. [window_ setOpaque:NO]; // Show window buttons if titleBarStyle is not "normal". if (title_bar_style_ == TitleBarStyle::kNormal) {