Skip to content

Commit

Permalink
Adds hyperlink to media-upload documentation (#57170)
Browse files Browse the repository at this point in the history
  • Loading branch information
bacoords committed Feb 27, 2024
1 parent 1e22838 commit 6d7ae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/media-utils/README.md
Expand Up @@ -43,7 +43,7 @@ Beware that first onFileChange is called with temporary blob URLs and then with
### MediaUpload

Media upload component provides a UI button that allows users to open the WordPress media library. It is normally used in conjunction with the filter `editor.MediaUpload`.
The component follows the interface specified in https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/media-upload/README.md, and more details regarding its usage can be checked there.
The component follows the interface specified in [https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/media-upload/README.md](https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/media-upload/README.md), and more details regarding its usage can be checked there.

## Contributing to this package

Expand Down

0 comments on commit 6d7ae45

Please sign in to comment.