Skip to content

Commit 5d9a642

Browse files
committed
docs: use relative link for OffscreenSharedTexture (electron#48717)
1 parent ab42635 commit 5d9a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ webContents.setWindowOpenHandler((details) => {
4141

4242
When using shared texture offscreen rendering feature, the `paint` event now emits a more structured object.
4343
It moves the `sharedTextureHandle`, `planes`, `modifier` into a unified `handle` property.
44-
See [here](https://www.electronjs.org/docs/latest/api/structures/offscreen-shared-texture) for more details.
44+
See the [OffscreenSharedTexture](./api/structures/offscreen-shared-texture.md) API structure for more details.
4545

4646
## Planned Breaking API Changes (38.0)
4747

0 commit comments

Comments
 (0)