From 0d05273024459e911097948fcaaca834f15c9f04 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 8 Jan 2023 23:37:57 -0800 Subject: [PATCH] docs: fix link in breaking-changes.md (#36793) --- docs/breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index 42ac4122de21..e1fcf2b5d7dd 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -260,7 +260,7 @@ requires unsafe mode), so Electron is unable to support this feature on Linux. The handler invoked when `session.setDevicePermissionHandler(handler)` is used has a change to its arguments. This handler no longer is passed a frame -`[WebFrameMain](api/web-frame-main.md)`, but instead is passed the `origin`, which +[`WebFrameMain`](api/web-frame-main.md), but instead is passed the `origin`, which is the origin that is checking for device permission. ## Planned Breaking API Changes (19.0)