From a01b4becfa7bf770d2abc6f2fef7076b10005b0d Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:01:22 -0700 Subject: [PATCH] docs: use relative link for `OffscreenSharedTexture` (#48720) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Erick Zhao --- 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 745bd13c59..11980098d5 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -41,7 +41,7 @@ webContents.setWindowOpenHandler((details) => { When using shared texture offscreen rendering feature, the `paint` event now emits a more structured object. It moves the `sharedTextureHandle`, `planes`, `modifier` into a unified `handle` property. -See [here](https://www.electronjs.org/docs/latest/api/structures/offscreen-shared-texture) for more details. +See the [OffscreenSharedTexture](./api/structures/offscreen-shared-texture.md) API structure for more details. ## Planned Breaking API Changes (38.0)